@@ -168,7 +168,7 @@ |
||
168 | 168 | } |
169 | 169 | |
170 | 170 | #[\PHPUnit\Framework\Attributes\DataProvider('providerAbsoluteReferences')] |
171 | - public function testAbsoluteReferenceFromString(mixed $expectedResult, int|string $rangeSet): void |
|
171 | + public function testAbsoluteReferenceFromString(mixed $expectedResult, int | string $rangeSet): void |
|
172 | 172 | { |
173 | 173 | $result = Coordinate::absoluteReference((string) $rangeSet); |
174 | 174 | self::assertEquals($expectedResult, $result); |