@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | - * @return array |
|
| 54 | + * @return \Twig_SimpleFilter[] |
|
| 55 | 55 | */ |
| 56 | 56 | public function getFilters() |
| 57 | 57 | { |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | } |
| 91 | 91 | |
| 92 | 92 | /** |
| 93 | - * @return array |
|
| 93 | + * @return \Twig_SimpleTest[] |
|
| 94 | 94 | */ |
| 95 | 95 | public function getTests() |
| 96 | 96 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use MediaMonks\SonataMediaBundle\Generator\ImageGenerator; |
| 6 | 6 | use MediaMonks\SonataMediaBundle\ParameterBag\ImageParameterBag; |
| 7 | -use MediaMonks\SonataMediaBundle\ParameterBag\ParameterBagInterface; |
|
| 8 | 7 | use MediaMonks\SonataMediaBundle\Handler\ParameterHandlerInterface; |
| 9 | 8 | use MediaMonks\SonataMediaBundle\Model\MediaInterface; |
| 10 | 9 | use Symfony\Component\HttpFoundation\RedirectResponse; |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | 56 | * @param Request $request |
| 57 | - * @return array |
|
| 57 | + * @return MediaInterface[] |
|
| 58 | 58 | */ |
| 59 | 59 | protected function getPagerResults(Request $request): array |
| 60 | 60 | { |