Completed
Push — master ( 7c92c9...64470f )
by Florian
01:31
created
Manager/RecordsManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,8 +115,8 @@
 block discarded – undo
115 115
     {
116 116
         $sortKey = $search->getSort();
117 117
         if (!empty($sortKey)) {
118
-            $sorter = function ($key) {
119
-                return function ($elt1, $elt2) use ($key) {
118
+            $sorter = function($key) {
119
+                return function($elt1, $elt2) use ($key) {
120 120
                     return strnatcmp($elt1[$key], $elt2[$key]);
121 121
                 };
122 122
             };
Please login to merge, or discard this patch.