Completed
Push — master ( 68eefd...31c15c )
by Tim
10:12
created
src/Listeners/ReduceCategoryListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
                 }
92 92
 
93 93
                 // sort the categories
94
-                usort($toExport, function ($a, $b) {
94
+                usort($toExport, function($a, $b) {
95 95
                     return strcmp($a[ColumnKeys::PATH], $b[ColumnKeys::PATH]);
96 96
                 });
97 97
 
Please login to merge, or discard this patch.