Completed
Push — master ( b68de3...b41dbd )
by Axel
06:39 queued 01:18
created
build/GenerateVendorDocCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             }
93 93
             $tmp[] = $author['name'];
94 94
         }
95
-        usort($authors, function ($a, $b) {
95
+        usort($authors, function($a, $b) {
96 96
             return strcmp($a['name'], $b['name']);
97 97
         });
98 98
         foreach ($authors as $author) {
Please login to merge, or discard this patch.