Completed
Pull Request — master (#101)
by Vladimir
02:07
created
src/allejo/stakx/Templating/Twig/Extension/OrderFilter.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,8 @@
 block discarded – undo
19 19
             return $array;
20 20
         }
21 21
 
22
-        usort($array, function ($a, $b) use ($key, $order, $case_insensitive) {
22
+        usort($array, function ($a, $b) use ($key, $order, $case_insensitive)
23
+        {
23 24
             $aValue = __::get($a, $key);
24 25
             $bValue = __::get($b, $key);
25 26
 
Please login to merge, or discard this patch.