@@ -28,7 +28,6 @@ discard block |
||
| 28 | 28 | /** |
| 29 | 29 | * Get single settings for text content provider. |
| 30 | 30 | * |
| 31 | - * @param int $id Id of the desired settings. |
|
| 32 | 31 | * |
| 33 | 32 | * @ApiDoc( |
| 34 | 33 | * description="Return single settings.", |
@@ -156,7 +155,7 @@ discard block |
||
| 156 | 155 | /** |
| 157 | 156 | * Return form if is not valid, otherwise process form and return Page object. |
| 158 | 157 | * |
| 159 | - * @param Page $settings |
|
| 158 | + * @param TextContentProviderSettings $settings |
|
| 160 | 159 | * @param string $method Method of request |
| 161 | 160 | * |
| 162 | 161 | * @return \Symfony\Component\Form\Form [description] |
@@ -185,7 +184,7 @@ discard block |
||
| 185 | 184 | * |
| 186 | 185 | * @param int $id Identificator. |
| 187 | 186 | * |
| 188 | - * @return MenuContentProviderSettings |
|
| 187 | + * @return TextContentProviderSettings |
|
| 189 | 188 | * |
| 190 | 189 | * @throws NotFoundHttpException If settings object doesn't exist. |
| 191 | 190 | */ |