@@ -364,7 +364,7 @@ discard block |
||
| 364 | 364 | /** |
| 365 | 365 | * Set widgets. |
| 366 | 366 | * |
| 367 | - * @param [WidgetMap] $widgetMaps |
|
| 367 | + * @param [WidgetMap] $widgetMap |
|
| 368 | 368 | * |
| 369 | 369 | * @return Widget |
| 370 | 370 | */ |
@@ -494,7 +494,7 @@ discard block |
||
| 494 | 494 | } |
| 495 | 495 | |
| 496 | 496 | /** |
| 497 | - * @param $criteriaAlias |
|
| 497 | + * @param string $criteriaAlias |
|
| 498 | 498 | * |
| 499 | 499 | * @return bool |
| 500 | 500 | */ |
@@ -190,7 +190,7 @@ |
||
| 190 | 190 | /** |
| 191 | 191 | * Get category. |
| 192 | 192 | * |
| 193 | - * @return string |
|
| 193 | + * @return Category |
|
| 194 | 194 | */ |
| 195 | 195 | public function getCategory() |
| 196 | 196 | { |
@@ -156,8 +156,8 @@ |
||
| 156 | 156 | /** |
| 157 | 157 | * Get PageSeo. |
| 158 | 158 | * |
| 159 | - * @param string $method leftJoin|innerJoin |
|
| 160 | 159 | * |
| 160 | + * @param string $locale |
|
| 161 | 161 | * @return ViewRepository |
| 162 | 162 | */ |
| 163 | 163 | public function joinTranslations($locale) |
@@ -22,7 +22,6 @@ discard block |
||
| 22 | 22 | /** |
| 23 | 23 | * Construct. |
| 24 | 24 | * |
| 25 | - * @param EngineInterface $templating |
|
| 26 | 25 | * @param $victoireTwigResponsive |
| 27 | 26 | * @param $kernelRootDir |
| 28 | 27 | * |
@@ -39,9 +38,9 @@ discard block |
||
| 39 | 38 | /** |
| 40 | 39 | * Update css by removing old file and writing new file. |
| 41 | 40 | * |
| 42 | - * @param $oldHash |
|
| 41 | + * @param string $oldHash |
|
| 43 | 42 | * @param View $view |
| 44 | - * @param array $widgets |
|
| 43 | + * @param \Victoire\Bundle\WidgetBundle\Entity\Widget[] $widgets |
|
| 45 | 44 | */ |
| 46 | 45 | public function updateViewCss($oldHash, View $view, array $widgets) |
| 47 | 46 | { |
@@ -159,7 +158,7 @@ discard block |
||
| 159 | 158 | * Write css file. |
| 160 | 159 | * |
| 161 | 160 | * @param $view |
| 162 | - * @param $css |
|
| 161 | + * @param string $css |
|
| 163 | 162 | */ |
| 164 | 163 | private function writeCssFile(View $view, $css) |
| 165 | 164 | { |
@@ -395,7 +395,7 @@ discard block |
||
| 395 | 395 | /** |
| 396 | 396 | * Set viewReferencePage. |
| 397 | 397 | * |
| 398 | - * @param mixed $viewReferencePage |
|
| 398 | + * @param \Victoire\Bundle\PageBundle\Entity\Page $viewReferencePage |
|
| 399 | 399 | * |
| 400 | 400 | * @return Link |
| 401 | 401 | */ |
@@ -427,7 +427,7 @@ discard block |
||
| 427 | 427 | } |
| 428 | 428 | |
| 429 | 429 | /** |
| 430 | - * @return mixed |
|
| 430 | + * @return string |
|
| 431 | 431 | */ |
| 432 | 432 | public function getModalLayout() |
| 433 | 433 | { |
@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | /** |
| 229 | 229 | * Get template. |
| 230 | 230 | * |
| 231 | - * @return View |
|
| 231 | + * @return string |
|
| 232 | 232 | */ |
| 233 | 233 | public function getTemplate() |
| 234 | 234 | { |
@@ -815,7 +815,7 @@ discard block |
||
| 815 | 815 | } |
| 816 | 816 | |
| 817 | 817 | /** |
| 818 | - * @return array |
|
| 818 | + * @return boolean |
|
| 819 | 819 | */ |
| 820 | 820 | public function getRoles() |
| 821 | 821 | { |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * Constructor. |
| 22 | 22 | * |
| 23 | - * @param SecurityContext $authorizationChecker |
|
| 23 | + * @param AuthorizationChecker $authorizationChecker |
|
| 24 | 24 | * @param bool $debug The debug variable environment |
| 25 | 25 | * @param Container $container |
| 26 | 26 | */ |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | * |
| 65 | 65 | * @param $locale |
| 66 | 66 | * |
| 67 | - * @return null |
|
| 67 | + * @return string|null |
|
| 68 | 68 | */ |
| 69 | 69 | protected function getPrefix($locale) |
| 70 | 70 | { |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | * |
| 131 | 131 | * @param $linkType |
| 132 | 132 | * @param $locale |
| 133 | - * @param FormBuilderInterface|FormInterface $form |
|
| 133 | + * @param FormInterface $form |
|
| 134 | 134 | * @param FormBuilderInterface $builder |
| 135 | 135 | * @param array $options |
| 136 | 136 | */ |
@@ -202,7 +202,7 @@ discard block |
||
| 202 | 202 | * Add the types related to the target value. |
| 203 | 203 | * |
| 204 | 204 | * @param string $target |
| 205 | - * @param FormBuilderInterface|FormInterface $form |
|
| 205 | + * @param FormInterface $form |
|
| 206 | 206 | * @param array $options |
| 207 | 207 | */ |
| 208 | 208 | protected function manageTargetRelatedFields($target, $form, $options) |