Passed
Push — master ( 43f5a9...f39e70 )
by Anatoly
57s queued 13s
created
src/Loader/ConfigLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
         );
149 149
 
150 150
         foreach ($this->resources as $resource) {
151
-            (function () use ($resource) {
151
+            (function() use ($resource) {
152 152
                 /**
153 153
                  * @psalm-suppress UnresolvableInclude
154 154
                  */
Please login to merge, or discard this patch.