@@ -151,7 +151,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |
||
| 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 |
||
| 473 | 473 | * |
| 474 | 474 | * @throws NotFoundHttpException |
| 475 | 475 | * |
| 476 | + * @param integer $id |
|
| 476 | 477 | * @return MediaInterface |
| 477 | 478 | */ |
| 478 | 479 | protected function getMedia($id) |