@@ -10,7 +10,9 @@ |
||
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 |