Completed
Pull Request — master (#2657)
by Jeroen
06:22
created
src/Kunstmaan/ArticleBundle/Entity/AbstractArticleOverviewPage.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @return AbstractPagePartAdminConfigurator[]
25
+     * @return AbstractArticleOverviewPagePagePartAdminConfigurator[]
26 26
      */
27 27
     public function getPagePartAdminConfigurations()
28 28
     {
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * Return the Article repository
34 34
      *
35
-     * @param $em
35
+     * @param \Doctrine\ORM\EntityManagerInterface $em
36 36
      *
37 37
      * @return mixed
38 38
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Kunstmaan\ArticleBundle\Entity;
4 4
 
5 5
 use Kunstmaan\ArticleBundle\PagePartAdmin\AbstractArticleOverviewPagePagePartAdminConfigurator;
6
-use Kunstmaan\NodeBundle\Controller\SlugActionInterface;
7 6
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
8 7
 use Kunstmaan\PagePartBundle\Helper\HasPagePartsInterface;
9 8
 use Kunstmaan\PagePartBundle\PagePartAdmin\AbstractPagePartAdminConfigurator;
Please login to merge, or discard this patch.