Completed
Push — 15.x ( fa1d59...0846ad )
by Tim
01:39
created
src/Parsers/JsonParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         }
139 139
 
140 140
         // sort the files ascending
141
-        usort($files, function ($a, $b) {
141
+        usort($files, function($a, $b) {
142 142
             return strcmp($a, $b);
143 143
         });
144 144
 
Please login to merge, or discard this patch.