@@ -15,7 +15,7 @@ |
||
15 | 15 | /** @var RouteRepository */ |
16 | 16 | private $routeRepository; |
17 | 17 | |
18 | - public function __construct ( |
|
18 | + public function __construct( |
|
19 | 19 | RouteRepository $routeRepository |
20 | 20 | ) |
21 | 21 | { |
@@ -209,7 +209,7 @@ |
||
209 | 209 | public function populateDynamicComponents(AbstractDynamicPage $page): AbstractDynamicPage |
210 | 210 | { |
211 | 211 | $locations = $this->em->getRepository(ComponentLocation::class)->findByDynamicPage($page); |
212 | - foreach($locations as $location) |
|
212 | + foreach ($locations as $location) |
|
213 | 213 | { |
214 | 214 | $page->addComponentLocation($location); |
215 | 215 | } |