Completed
Push — 15.x ( 66d904...a48227 )
by Tim
01:30
created
src/Parsers/JsonParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
         $files = glob(sprintf('%s/%s', $directory, $suffix), 0);
124 124
 
125 125
         // parse the subdirectories also
126
-        $dirs = glob($directory. DIRECTORY_SEPARATOR . '*', GLOB_ONLYDIR|GLOB_NOSORT|GLOB_BRACE);
126
+        $dirs = glob($directory . DIRECTORY_SEPARATOR . '*', GLOB_ONLYDIR | GLOB_NOSORT | GLOB_BRACE);
127 127
 
128 128
         // iterate over the subdirectories for its files
129 129
         foreach ($dirs as $dir) {
Please login to merge, or discard this patch.