Completed
Push — master ( f08ee6...e9f4a6 )
by Welling
01:33
created
src/helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     function sorting_by_key($key, $order = 'ASC')
48 48
     {
49
-        return function ($a, $b) use ($key, $order) {
49
+        return function($a, $b) use ($key, $order) {
50 50
             if ($a[$key] === $b[$key]) {
51 51
                 return 0;
52 52
             }
Please login to merge, or discard this patch.