@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | )/*# : array */ { |
189 | 189 | $files = []; |
190 | 190 | $group = '' === $group ? '*' : $group; |
191 | - foreach($this->getSearchDirs($environment) as $dir) { |
|
191 | + foreach ($this->getSearchDirs($environment) as $dir) { |
|
192 | 192 | $file = $dir . $group . '.' . $this->file_type; |
193 | 193 | $files = array_merge($files, glob($file)); |
194 | 194 | } |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | ); |
230 | 230 | |
231 | 231 | $subdirs = [$path]; |
232 | - foreach($subs as $dir) { |
|
232 | + foreach ($subs as $dir) { |
|
233 | 233 | $path .= $dir . \DIRECTORY_SEPARATOR; |
234 | 234 | if (false === file_exists($path)) { |
235 | 235 | throw new InvalidArgumentException( |