@@ -1,4 +1,4 @@ discard block |
||
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 |
||
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(); |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Spaghetti\XLSXParser; |
4 | 4 |