@@ -173,6 +173,7 @@ |
||
173 | 173 | * Get an array with the id's off all nodes in the tree that should be |
174 | 174 | * expanded. |
175 | 175 | * |
176 | + * @param Request $request |
|
176 | 177 | * @return array |
177 | 178 | */ |
178 | 179 | private function getActiveNodeIds($request) |
@@ -472,7 +472,7 @@ discard block |
||
472 | 472 | /** |
473 | 473 | * Add type to the index document |
474 | 474 | * |
475 | - * @param object $page |
|
475 | + * @param HasNodeInterface $page |
|
476 | 476 | * @param array $doc |
477 | 477 | * |
478 | 478 | * @return array |
@@ -663,6 +663,7 @@ discard block |
||
663 | 663 | /** |
664 | 664 | * Removes all HTML markup & decode HTML entities |
665 | 665 | * |
666 | + * @param string $text |
|
666 | 667 | * @return string |
667 | 668 | */ |
668 | 669 | protected function removeHtml($text) |
@@ -693,7 +694,7 @@ discard block |
||
693 | 694 | /** |
694 | 695 | * Fetch ACL permissions for the specified entity |
695 | 696 | * |
696 | - * @param object $object |
|
697 | + * @param Node $object |
|
697 | 698 | * |
698 | 699 | * @return array |
699 | 700 | */ |
@@ -727,7 +728,7 @@ discard block |
||
727 | 728 | } |
728 | 729 | |
729 | 730 | /** |
730 | - * @return mixed |
|
731 | + * @return HasNodeInterface |
|
731 | 732 | */ |
732 | 733 | private function getNodeRefPage(NodeVersion $publicNodeVersion) |
733 | 734 | { |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
58 | - * @param GetResponseEvent|ResponseEvent $event |
|
58 | + * @param \PHPUnit\Framework\MockObject\MockObject $event |
|
59 | 59 | */ |
60 | 60 | public function onKernelRequest($event) |
61 | 61 | { |
@@ -82,6 +82,7 @@ discard block |
||
82 | 82 | |
83 | 83 | /** |
84 | 84 | * @param TokenInterface $token |
85 | + * @param string $providerKey |
|
85 | 86 | * |
86 | 87 | * @return bool |
87 | 88 | */ |