Completed
Pull Request — master (#1088)
by Christian
07:56
created
Controller/Api/MediaController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      *
132 132
      * @View(serializerGroups="sonata_api_read", serializerEnableMaxDepthChecks=true)
133 133
      *
134
-     * @param $id
134
+     * @param integer $id
135 135
      *
136 136
      * @return MediaInterface
137 137
      */
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
      *  }
154 154
      * )
155 155
      *
156
-     * @param $id
156
+     * @param integer $id
157 157
      *
158 158
      * @return array
159 159
      */
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
      *
333 333
      * @View(serializerGroups="sonata_api_read", serializerEnableMaxDepthChecks=true)
334 334
      *
335
-     * @param $id
335
+     * @param integer $id
336 336
      * @param Request $request A Symfony request
337 337
      *
338 338
      * @return MediaInterface
Please login to merge, or discard this patch.