Passed
Push — master ( 74dca3...bb3d5f )
by
unknown
23:51 queued 13:47
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.