Passed
Push — main ( 517a85...da520e )
by Michael
02:27
created
src/FormatterServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.