@@ -62,7 +62,7 @@ discard block |
||
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 |
||
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 |