Passed
Branch master (b83827)
by Divine Niiquaye
09:30
created
Category
src/AnnotationLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
                     continue;
95 95
                 }
96 96
 
97
-                (function () use ($resource): void {
97
+                (function() use ($resource): void {
98 98
                     require $resource;
99 99
                 })->call($listener->getBinding());
100 100
             }
Please login to merge, or discard this patch.