Completed
Push — master ( 54f6d7...dd1e7b )
by Laurent
03:37
created
src/AppBundle/Controller/AbstractController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Displays a form to create a new item entity.
64 64
      *
65
-     * @param Object $entity     Entity
65
+     * @param string $entity     Entity
66 66
      * @param string $entityPath Path of Entity
67 67
      * @param string $typePath   Path of FormType
68 68
      * @return array
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      * Creates a new item entity.
90 90
      *
91 91
      * @param Request $request   Request in progress
92
-     * @param Object $entity     Entity
92
+     * @param string $entity     Entity
93 93
      * @param string $entityPath Path of Entity
94 94
      * @param string $typePath   Path of FormType
95 95
      * @return array
Please login to merge, or discard this patch.