Completed
Push — master ( e1eaf9...3b6dfb )
by Thanos
01:48
created
src/Loader/DirectoryLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     public function get(): string
21 21
     {
22 22
         $content = '';
23
-        foreach($this->getFilesIterator() as $file) {
23
+        foreach ($this->getFilesIterator() as $file) {
24 24
             $content .= file_get_contents(reset($file)) . PHP_EOL;
25 25
         }
26 26
 
Please login to merge, or discard this patch.