@@ -51,7 +51,7 @@ |
||
51 | 51 | /** |
52 | 52 | * @dataProvider providerTooMuchPrecision |
53 | 53 | */ |
54 | - public function testTooMuchPrecision(mixed $expectedResult, float|int|string $value, int $digits = 1): void |
|
54 | + public function testTooMuchPrecision(mixed $expectedResult, float | int | string $value, int $digits = 1): void |
|
55 | 55 | { |
56 | 56 | // This test is pretty screwy. Possibly shouldn't even attempt it. |
57 | 57 | // At any rate, these results seem to indicate that PHP |