Completed
Push — master ( cd3cad...16ef1b )
by Vladimir
02:21
created
src/Twig/GroupByFilter.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,9 @@
 block discarded – undo
10 10
 
11 11
         foreach ($array as $key => $item)
12 12
         {
13
-            if (!isset($item[$sortKey])) { continue; }
13
+            if (!isset($item[$sortKey]))
14
+            {
15
+continue; }
14 16
 
15 17
             $groupBy = $item[$sortKey];
16 18
 
Please login to merge, or discard this patch.