@@ -96,7 +96,7 @@ |
||
| 96 | 96 | } |
| 97 | 97 | $context[self::ALREADY_CALLED][] = $object; |
| 98 | 98 | if ($object instanceof AbstractComponent) { |
| 99 | - $context['groups'] = array_map(static function($grp) { |
|
| 99 | + $context['groups'] = array_map(static function ($grp) { |
|
| 100 | 100 | if (strpos($grp, 'route') === 0) { |
| 101 | 101 | return str_replace('route', 'component', $grp); |
| 102 | 102 | } |