@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * compute the viewReference relative to a View + entity. |
26 | 26 | * |
27 | - * @param WebViewInterface $view |
|
27 | + * @param View $view |
|
28 | 28 | * |
29 | 29 | * @return ViewReference |
30 | 30 | */ |
@@ -22,7 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * Write given views references in a xml file. |
24 | 24 | * |
25 | - * @param array $nodes |
|
25 | + * @param WebViewInterface[] $nodes |
|
26 | 26 | * @param null $rootNode |
27 | 27 | * |
28 | 28 | * @return \SimpleXMLElement |
@@ -73,7 +73,7 @@ |
||
73 | 73 | /** |
74 | 74 | * Will rebuild url if needed and update cache. |
75 | 75 | * |
76 | - * @param PostFlushEventArgs $eventArgs |
|
76 | + * @param LifecycleEventArgs $eventArgs |
|
77 | 77 | */ |
78 | 78 | public function postUpdate(LifecycleEventArgs $eventArgs) |
79 | 79 | { |
@@ -67,7 +67,8 @@ |
||
67 | 67 | } |
68 | 68 | |
69 | 69 | /** |
70 | - * @param [] $tree |
|
70 | + * @param WebViewInterface[] $tree |
|
71 | + * @param \Doctrine\ORM\EntityManager $entityManager |
|
71 | 72 | */ |
72 | 73 | public function buildViewReferenceRecursively($tree, $entityManager) |
73 | 74 | { |
@@ -19,7 +19,6 @@ |
||
19 | 19 | * SimpleXMLElement to ViewReference |
20 | 20 | * {@inheritdoc} |
21 | 21 | * |
22 | - * @param \SimpleXMLElement $xml |
|
23 | 22 | * |
24 | 23 | * @return ViewReference |
25 | 24 | */ |