Failed Conditions
Pull Request — master (#4244)
by Owen
12:13
created
tests/PhpSpreadsheetTests/Cell/CoordinateTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.