@@ -22,7 +22,7 @@ discard block |
||
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 |
||
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 | */ |
@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | /** |
15 | 15 | * @deprecated Using the "Kunstmaan\NodeBundle\Controller\SlugActionInterface::getControllerAction" to customize the page render is deprecated since KunstmaanNodeBundle 5.7 and will be removed in KunstmaanNodeBundle 6.0. Use the "kunstmaan_node.page_render" event instead. |
16 | - * @return mixed |
|
16 | + * @return string |
|
17 | 17 | */ |
18 | 18 | public function getControllerAction(); |
19 | 19 | } |