@@ -94,7 +94,7 @@ |
||
| 94 | 94 | $context['groups'][] = ['default']; |
| 95 | 95 | } |
| 96 | 96 | array_unshift($groups, $context['groups']); |
| 97 | - $context['groups'] = array_merge( /** @scrutinizer ignore-type */ ...$groups); |
|
| 97 | + $context['groups'] = array_merge(/** @scrutinizer ignore-type */ ...$groups); |
|
| 98 | 98 | } |
| 99 | 99 | return $context; |
| 100 | 100 | } |