Completed
Pull Request — 5.3 (#2650)
by Jeroen
15:22
created
src/Kunstmaan/NodeBundle/Router/SlugRouter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,6 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * The constructor for this service
64 64
      *
65
-     * @param ContainerInterface $container
66 65
      */
67 66
     public function __construct(
68 67
         /* DomainConfigurationInterface */ 
@@ -282,6 +281,7 @@  discard block
 block discarded – undo
282 281
     }
283 282
 
284 283
     /**
284
+     * @param string $host
285 285
      * @return bool
286 286
      */
287 287
     protected function isMultiLanguage($host = null)
Please login to merge, or discard this patch.
Kunstmaan/NodeSearchBundle/EventListener/NodeIndexUpdateEventListener.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -29,6 +29,10 @@
 block discarded – undo
29 29
     /** @var array */
30 30
     private $entityChangeSet;
31 31
 
32
+    /**
33
+     * @param \PHPUnit\Framework\MockObject\MockObject $nodePagesConfiguration
34
+     * @param \PHPUnit\Framework\MockObject\MockObject $em
35
+     */
32 36
     public function __construct(/* NodePagesConfiguration */
33 37
         $nodePagesConfiguration, /* EntityManagerInterface */
34 38
         $em = null
Please login to merge, or discard this patch.