Passed
Pull Request — master (#4276)
by Owen
13:56
created
tests/PhpSpreadsheetTests/Calculation/Functions/Logical/XorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     }
19 19
 
20 20
     #[\PHPUnit\Framework\Attributes\DataProvider('providerXORLiteral')]
21
-    public function testXORLiteral(mixed $expectedResult, float|string $formula): void
21
+    public function testXORLiteral(mixed $expectedResult, float | string $formula): void
22 22
     {
23 23
         $sheet = $this->getSheet();
24 24
         $sheet->getCell('A1')->setValue("=XOR($formula)");
Please login to merge, or discard this patch.