@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | * |
| 161 | 161 | * @View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true) |
| 162 | 162 | * |
| 163 | - * @param $id |
|
| 163 | + * @param integer $id |
|
| 164 | 164 | * |
| 165 | 165 | * @return GalleryInterface |
| 166 | 166 | */ |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | * |
| 186 | 186 | * @View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true) |
| 187 | 187 | * |
| 188 | - * @param $id |
|
| 188 | + * @param integer $id |
|
| 189 | 189 | * |
| 190 | 190 | * @return MediaInterface[] |
| 191 | 191 | */ |
@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | * |
| 218 | 218 | * @View(serializerGroups={"sonata_api_read"}, serializerEnableMaxDepthChecks=true) |
| 219 | 219 | * |
| 220 | - * @param $id |
|
| 220 | + * @param integer $id |
|
| 221 | 221 | * |
| 222 | 222 | * @return GalleryItemInterface[] |
| 223 | 223 | */ |
@@ -337,7 +337,7 @@ discard block |
||
| 337 | 337 | * @param int $mediaId A media identifier |
| 338 | 338 | * @param Request $request A Symfony request |
| 339 | 339 | * |
| 340 | - * @return GalleryInterface |
|
| 340 | + * @return FormInterface |
|
| 341 | 341 | * |
| 342 | 342 | * @throws NotFoundHttpException |
| 343 | 343 | */ |
@@ -494,7 +494,7 @@ discard block |
||
| 494 | 494 | /** |
| 495 | 495 | * Retrieves media with id $id or throws an exception if it doesn't exist. |
| 496 | 496 | * |
| 497 | - * @param $id |
|
| 497 | + * @param integer $id |
|
| 498 | 498 | * |
| 499 | 499 | * @return MediaInterface |
| 500 | 500 | * |
@@ -520,7 +520,7 @@ discard block |
||
| 520 | 520 | } |
| 521 | 521 | |
| 522 | 522 | /** |
| 523 | - * @return MediaManagerInterface |
|
| 523 | + * @return ManagerInterface |
|
| 524 | 524 | */ |
| 525 | 525 | protected function getMediaManager() |
| 526 | 526 | { |