Completed
Push — master ( 0c935c...e309b8 )
by Laurent
03:32
created
src/AppBundle/Controller/GroupController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
     /**
226 226
      * Add roles to form
227 227
      *
228
-     * @param Form  $form  The form in which to insert the roles
228
+     * @param \Symfony\Component\Form\Form  $form  The form in which to insert the roles
229 229
      * @param Group $group The entity to deal
230 230
      * @return Form The form
231 231
      */
Please login to merge, or discard this patch.
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.