@@ -121,7 +121,7 @@ |
||
| 121 | 121 | $return = $this->abstractUpdateAction($tva, $request, 'tva', 'AppBundle\Form\Type\TvaType'); |
| 122 | 122 | |
| 123 | 123 | return $return; |
| 124 | - } |
|
| 124 | + } |
|
| 125 | 125 | |
| 126 | 126 | /** |
| 127 | 127 | * Deletes a Tva entity. |
@@ -133,7 +133,7 @@ |
||
| 133 | 133 | ); |
| 134 | 134 | |
| 135 | 135 | return $return; |
| 136 | - } |
|
| 136 | + } |
|
| 137 | 137 | |
| 138 | 138 | /** |
| 139 | 139 | * Deletes a FamilyLog entity. |
@@ -229,7 +229,8 @@ |
||
| 229 | 229 | * @param Group $group The entity to deal |
| 230 | 230 | * @return Form The form |
| 231 | 231 | */ |
| 232 | - private function addRoles($form, $group) { |
|
| 232 | + private function addRoles($form, $group) |
|
| 233 | + { |
|
| 233 | 234 | $form->add('roles', 'choice', array( |
| 234 | 235 | 'choices' => $this->getExistingRoles(), |
| 235 | 236 | 'data' => $group->getRoles(), |