@@ -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(), |