Completed
Pull Request — master (#1163)
by Grégoire
03:34 queued 01:09
created
Controller/Api/GalleryController.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
      *
157 157
      * @View(serializerGroups="sonata_api_read", serializerEnableMaxDepthChecks=true)
158 158
      *
159
-     * @param $id
159
+     * @param integer $id
160 160
      *
161 161
      * @return GalleryInterface
162 162
      */
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
      *
182 182
      * @View(serializerGroups="sonata_api_read", serializerEnableMaxDepthChecks=true)
183 183
      *
184
-     * @param $id
184
+     * @param integer $id
185 185
      *
186 186
      * @return MediaInterface[]
187 187
      */
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
      *
214 214
      * @View(serializerGroups="sonata_api_read", serializerEnableMaxDepthChecks=true)
215 215
      *
216
-     * @param $id
216
+     * @param integer $id
217 217
      *
218 218
      * @return GalleryItemInterface[]
219 219
      */
@@ -490,7 +490,7 @@  discard block
 block discarded – undo
490 490
     /**
491 491
      * Retrieves media with id $id or throws an exception if it doesn't exist.
492 492
      *
493
-     * @param $id
493
+     * @param integer $id
494 494
      *
495 495
      * @return MediaInterface
496 496
      *
Please login to merge, or discard this patch.