@@ -105,7 +105,7 @@ |
||
| 105 | 105 | * |
| 106 | 106 | * @param $linkType |
| 107 | 107 | * @param $locale |
| 108 | - * @param FormBuilderInterface|FormInterface $form |
|
| 108 | + * @param FormInterface $form |
|
| 109 | 109 | * @param FormBuilderInterface $builder |
| 110 | 110 | */ |
| 111 | 111 | protected function manageLinkTypeRelatedFields($linkType, $locale, $form, FormBuilderInterface $builder) |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | /** |
| 35 | 35 | * This method save a tree of viewReferences. |
| 36 | 36 | * |
| 37 | - * @param array $viewReferences |
|
| 37 | + * @param \Victoire\Bundle\CoreBundle\Entity\WebViewInterface[] $viewReferences |
|
| 38 | 38 | * @param string $parentId |
| 39 | 39 | * @param string $parentLocale |
| 40 | 40 | * @param bool $reset |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @param [] $tree |
|
| 62 | + * @param WebViewInterface[] $tree |
|
| 63 | 63 | */ |
| 64 | 64 | public function buildViewReferenceRecursively($tree, EntityManager $entityManager) |
| 65 | 65 | { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Created by PhpStorm. |
|
| 4 | - * User: lenybernard |
|
| 5 | - * Date: 24/03/2016 |
|
| 6 | - * Time: 21:58 |
|
| 7 | - */ |
|
| 3 | + * Created by PhpStorm. |
|
| 4 | + * User: lenybernard |
|
| 5 | + * Date: 24/03/2016 |
|
| 6 | + * Time: 21:58 |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Victoire\Bundle\CoreBundle\Exception; |
| 10 | 10 | |