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