Completed
Pull Request — master (#1352)
by Jordi Sala
02:42
created
src/Controller/Api/MediaController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      *
143 143
      * @View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true)
144 144
      *
145
-     * @param $id
145
+     * @param integer $id
146 146
      *
147 147
      * @return MediaInterface
148 148
      */
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
      *  }
165 165
      * )
166 166
      *
167
-     * @param $id
167
+     * @param integer $id
168 168
      *
169 169
      * @return array
170 170
      */
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
      *
344 344
      * @View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true)
345 345
      *
346
-     * @param $id
346
+     * @param integer $id
347 347
      * @param Request $request A Symfony request
348 348
      *
349 349
      * @throws NotFoundHttpException
Please login to merge, or discard this patch.