Passed
Pull Request — master (#63)
by Anatoly
02:07
created
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.