Completed
Pull Request — 5.2 (#2400)
by
unknown
17:37 queued 05:03
created
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 */ $nodePagesConfiguration, /* EntityManagerInterface */ $em = null)
33 37
     {
34 38
         if ($nodePagesConfiguration instanceof ContainerInterface) {
Please login to merge, or discard this patch.