Completed
Push — master ( a6793f...de0ccd )
by Tomáš
04:19
created
Cms/CommonBundle/Controller/TextContentProviderSettingsController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.