Passed
Push — spaghetti ( 0e2348...fcb196 )
by simpletoimplement
02:20
created
src/XLSXParser/XLSX.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
 
@@ -71,6 +71,6 @@  discard block
 block discarded – undo
71 71
 
72 72
     private function getStyles(): ?Styles
73 73
     {
74
-        return $this->styles ??= new Styles(path: $this->archive->extract(filePath: $this->getRelationships()->getStylesPath()));
74
+        return $this->styles ??= new Styles(path : $this->archive->extract(filePath : $this->getRelationships()->getStylesPath()));
75 75
     }
76 76
 }
Please login to merge, or discard this patch.