Passed
Pull Request — master (#4404)
by Owen
20:34
created
tests/PhpSpreadsheetTests/Reader/Xlsx/MySpreadsheet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
 class MySpreadsheet extends Spreadsheet
10 10
 {
11
-    public function calcSquare(string $cellAddress): float|int|string
11
+    public function calcSquare(string $cellAddress): float | int | string
12 12
     {
13 13
         $value = $this->getActiveSheet()
14 14
             ->getCell($cellAddress)
Please login to merge, or discard this patch.