Completed
Push — develop ( e43479...d5109f )
by Daniel
07:00 queued 23s
created
src/Validator/Constraints/LinkValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Serializer/ApiNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
     {
211 211
         $locations = $this->em->getRepository(ComponentLocation::class)->findByDynamicPage($page);
212 212
         if ($locations) {
213
-            foreach($locations as $location)
213
+            foreach ($locations as $location)
214 214
             {
215 215
                 $page->addComponentLocation($location);
216 216
             }
Please login to merge, or discard this patch.