Completed
Push — master ( d5b46d...5f63e3 )
by Laurent
03:34
created
src/AppBundle/Controller/GroupController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.