@@ -94,8 +94,8 @@ |
||
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | /** |
| 97 | - * @depends testCreate |
|
| 98 | - */ |
|
| 97 | + * @depends testCreate |
|
| 98 | + */ |
|
| 99 | 99 | |
| 100 | 100 | public function testSort() { |
| 101 | 101 | $client = static::createClient(); |
@@ -225,7 +225,7 @@ |
||
| 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 | */ |
@@ -121,7 +121,7 @@ |
||
| 121 | 121 | $return = $this->abstractUpdateAction($tva, $request, 'tva', 'AppBundle\Form\Type\TvaType'); |
| 122 | 122 | |
| 123 | 123 | return $return; |
| 124 | - } |
|
| 124 | + } |
|
| 125 | 125 | |
| 126 | 126 | /** |
| 127 | 127 | * Deletes a Tva entity. |
@@ -133,7 +133,7 @@ |
||
| 133 | 133 | ); |
| 134 | 134 | |
| 135 | 135 | return $return; |
| 136 | - } |
|
| 136 | + } |
|
| 137 | 137 | |
| 138 | 138 | /** |
| 139 | 139 | * Deletes a FamilyLog entity. |