@@ -195,6 +195,9 @@ |
||
195 | 195 | } |
196 | 196 | } |
197 | 197 | |
198 | + /** |
|
199 | + * @param string $entityName |
|
200 | + */ |
|
198 | 201 | private function testReturnParam($entity, $entityName) { |
199 | 202 | if ($entityName === 'company' || $entityName === 'settings' || $entityName === 'tva') { |
200 | 203 | $param = array('id' => $entity->getId()); |
@@ -208,8 +208,8 @@ |
||
208 | 208 | /** |
209 | 209 | * Add roles to form |
210 | 210 | * |
211 | - * @param Symfony\Component\Form\Form $form The form in which to insert the roles |
|
212 | - * @param AppBundle\Entity\Group $group The entity to deal |
|
211 | + * @param \Symfony\Component\Form\Form $form The form in which to insert the roles |
|
212 | + * @param Group $group The entity to deal |
|
213 | 213 | * @return Symfony\Component\Form\Form The form |
214 | 214 | */ |
215 | 215 | private function addRoles($form, $group) |