@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | $appFormatters |
60 | 60 | ->union($packageFormatters) |
61 | - ->each(function ($file) use ($app_folder) { |
|
61 | + ->each(function($file) use ($app_folder) { |
|
62 | 62 | $filename = $file->getFilenameWithoutExtension(); |
63 | 63 | |
64 | 64 | $class = $this->getFormatterClass( |