|
@@ -208,8 +208,8 @@ |
|
|
block discarded – undo |
|
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) |
Please login to merge, or discard this patch.