@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | * Inject Widgets in View's builtWidgetMap. |
| 73 | 73 | * |
| 74 | 74 | * @param View $view |
| 75 | - * @param $viewWidgets |
|
| 75 | + * @param Widget[] $viewWidgets |
|
| 76 | 76 | */ |
| 77 | 77 | private function injectWidgets(View $view, $viewWidgets) |
| 78 | 78 | { |
@@ -183,7 +183,7 @@ discard block |
||
| 183 | 183 | * @throws \Throwable |
| 184 | 184 | * @throws \TypeError |
| 185 | 185 | * |
| 186 | - * @return array |
|
| 186 | + * @return Widget[] |
|
| 187 | 187 | */ |
| 188 | 188 | private function setAssociatedEntities(array $repositories) |
| 189 | 189 | { |
@@ -68,7 +68,7 @@ |
||
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | 70 | * @param Element $page |
| 71 | - * @param float|int $timeout |
|
| 71 | + * @param integer $timeout |
|
| 72 | 72 | */ |
| 73 | 73 | public function assertPageAddress($page, $timeout = 10000) |
| 74 | 74 | { |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | * Generate a seo for the page using the current entity. |
| 62 | 62 | * |
| 63 | 63 | * @param Page $page |
| 64 | - * @param Entity $entity |
|
| 64 | + * @param \Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntityInterface $entity |
|
| 65 | 65 | */ |
| 66 | 66 | public function updateSeoByEntity(BasePage $page, $entity) |
| 67 | 67 | { |
@@ -183,6 +183,7 @@ |
||
| 183 | 183 | * @param string $businessEntityId |
| 184 | 184 | * @param string $formMode |
| 185 | 185 | * @param int $position |
| 186 | + * @param string $slotId |
|
| 186 | 187 | * |
| 187 | 188 | * @throws \Exception |
| 188 | 189 | * |