Completed
Push — master ( df04fd...726a09 )
by
unknown
03:40
created
Generator/ImageGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     /**
125 125
      * @param MediaInterface $media
126 126
      * @param $filename
127
-     * @param $tmp
127
+     * @param string $tmp
128 128
      * @param ParameterBag $parameterBag
129 129
      * @return string
130 130
      */
Please login to merge, or discard this patch.
Utility/ImageUtility.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace MediaMonks\SonataMediaBundle\Utility;
4 4
 
5 5
 use MediaMonks\SonataMediaBundle\Generator\ImageGenerator;
6
-use MediaMonks\SonataMediaBundle\Handler\ParameterBag;
7 6
 use MediaMonks\SonataMediaBundle\Handler\ParameterHandlerInterface;
8 7
 use MediaMonks\SonataMediaBundle\Model\MediaInterface;
9 8
 use Symfony\Component\HttpFoundation\RedirectResponse;
10
-use Symfony\Component\HttpFoundation\Request;
11 9
 
12 10
 class ImageUtility
13 11
 {
Please login to merge, or discard this patch.