Passed
Pull Request — master (#32)
by Anatoly
02:11
created
src/Loader/AnnotationDirectoryLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             }
125 125
         }
126 126
 
127
-        usort($annotations, function ($a, $b) {
127
+        usort($annotations, function($a, $b) {
128 128
             return $b->priority <=> $a->priority;
129 129
         });
130 130
 
Please login to merge, or discard this patch.