@@ -18,7 +18,7 @@ |
||
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)"); |