Passed
Push — spaghetti ( d276c8...efb1b1 )
by simpletoimplement
02:30
created
src/XLSXParser/Styles.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Spaghetti\XLSXParser;
4 4
 
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
         return $xml;
63 63
     }
64 64
 
65
-    private function processRewind(XMLReader &$xml): void
65
+    private function processRewind(XMLReader&$xml): void
66 66
     {
67 67
         if ($this->needsRewind) {
68 68
             $xml->close();
Please login to merge, or discard this patch.
src/XLSXParser/RowIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Spaghetti\XLSXParser;
4 4
 
Please login to merge, or discard this patch.