Passed
Push — master ( e249f1...1f3a71 )
by Alain
02:44
created
src/View/Location/FilesystemLocation.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
         foreach ($criteria as $entry) {
93 93
             if ($uri = $this->transform($entry, false)) {
94
-                $uris = array_merge($uris, (array)$uri);
94
+                $uris = array_merge($uris, (array) $uri);
95 95
             }
96 96
         }
97 97
 
@@ -118,8 +118,8 @@  discard block
 block discarded – undo
118 118
             foreach ($this->extensions as $extension) {
119 119
 
120 120
                 $variants = [
121
-                    $entry . $extension,
122
-                    $this->path . DIRECTORY_SEPARATOR . $entry . $extension,
121
+                    $entry.$extension,
122
+                    $this->path.DIRECTORY_SEPARATOR.$entry.$extension,
123 123
                 ];
124 124
 
125 125
                 foreach ($variants as $uri) {
Please login to merge, or discard this patch.