Completed
Push — master ( a26a72...f632de )
by
unknown
11:10
created
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.
Generator/ImageGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
 
127 127
     /**
128 128
      * @param MediaInterface $media
129
-     * @param $tmp
129
+     * @param string $tmp
130 130
      * @param ParameterBag $parameterBag
131 131
      * @return string
132 132
      */
Please login to merge, or discard this patch.