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