@@ -63,7 +63,7 @@ |
||
63 | 63 | |
64 | 64 | $packageFormatters |
65 | 65 | ->merge($appFormatters) |
66 | - ->each(function ($file) use ($app_folder, $bindings_case) { |
|
66 | + ->each(function($file) use ($app_folder, $bindings_case) { |
|
67 | 67 | $filename = $file->getFilenameWithoutExtension(); |
68 | 68 | $name = $this->getFormatterName($bindings_case, $filename); |
69 | 69 | $class = $this->getFormatterClass($file, $filename, $app_folder); |