@@ -20,7 +20,7 @@ |
||
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 |