Passed
Branch release/v2.6.0 (33cd89)
by Anatoly
02:41
created
src/Loader/CollectableFileLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
         );
87 87
 
88 88
         foreach ($this->resources as $resource) {
89
-            (function () use ($resource) {
89
+            (function() use ($resource) {
90 90
                 require $resource;
91 91
             })->call($collect);
92 92
         }
Please login to merge, or discard this patch.
src/Loader/DescriptorDirectoryLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
             }
267 267
         }
268 268
 
269
-        uasort($descriptors, function ($a, $b) {
269
+        uasort($descriptors, function($a, $b) {
270 270
             return $b->getPriority() <=> $a->getPriority();
271 271
         });
272 272
 
Please login to merge, or discard this patch.