Completed
Push — master ( eb9ee0...7c81ae )
by
unknown
02:37 queued 12s
created
src/Controller/Api/GalleryController.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
      *
152 152
      * @Rest\View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true)
153 153
      *
154
-     * @param $id
154
+     * @param integer $id
155 155
      *
156 156
      * @return GalleryInterface
157 157
      */
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
      *
177 177
      * @Rest\View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true)
178 178
      *
179
-     * @param $id
179
+     * @param integer $id
180 180
      *
181 181
      * @return MediaInterface[]
182 182
      */
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
      *
209 209
      * @Rest\View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true)
210 210
      *
211
-     * @param $id
211
+     * @param integer $id
212 212
      *
213 213
      * @return GalleryItemInterface[]
214 214
      */
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
      *
331 331
      * @throws NotFoundHttpException
332 332
      *
333
-     * @return GalleryInterface
333
+     * @return FormInterface
334 334
      */
335 335
     public function putGalleryMediaGalleryItemAction($galleryId, $mediaId, Request $request)
336 336
     {
@@ -473,6 +473,7 @@  discard block
 block discarded – undo
473 473
      *
474 474
      * @throws NotFoundHttpException
475 475
      *
476
+     * @param integer $id
476 477
      * @return MediaInterface
477 478
      */
478 479
     protected function getMedia($id)
Please login to merge, or discard this patch.