Completed
Push — master ( d5b46d...5f63e3 )
by Laurent
03:34
created
src/AppBundle/Controller/AbstractController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -195,6 +195,9 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.
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.