@@ -111,7 +111,7 @@ |
||
111 | 111 | $context[self::ALREADY_CALLED][] = $this->getId($object); |
112 | 112 | dump($object); |
113 | 113 | if ($object instanceof AbstractComponent || $object instanceof DynamicContent) { |
114 | - $context['groups'] = array_map(static function($grp) { |
|
114 | + $context['groups'] = array_map(static function ($grp) { |
|
115 | 115 | if (strpos($grp, 'route') === 0) { |
116 | 116 | return str_replace('route', 'component', $grp); |
117 | 117 | } |