Completed
Pull Request — master (#13)
by
unknown
31:52
created
src/Twig/Extension/MediaExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @return array
93
+     * @return \Twig_SimpleTest[]
94 94
      */
95 95
     public function getTests()
96 96
     {
Please login to merge, or discard this patch.
src/Utility/ImageUtility.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Controller/HelperController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.