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