@@ -14,7 +14,7 @@ |
||
14 | 14 | class FloatsRetainedTest extends TestCase |
15 | 15 | { |
16 | 16 | #[DataProvider('providerIntyFloatsRetainedByWriter')] |
17 | - public function testIntyFloatsRetainedByWriter(float|int $value, mixed $expected = null): void |
|
17 | + public function testIntyFloatsRetainedByWriter(float | int $value, mixed $expected = null): void |
|
18 | 18 | { |
19 | 19 | if ($expected === null) { |
20 | 20 | $expected = $value; |