Completed
Pull Request — 1.0 (#993)
by Rob
04:36
created
Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Liip\ImagineBundle\Imagine\Filter\PostProcessor;
13 13
 
14 14
 use Liip\ImagineBundle\Binary\BinaryInterface;
15
-use Liip\ImagineBundle\Binary\FileBinaryInterface;
16 15
 use Liip\ImagineBundle\Exception\Imagine\Filter\PostProcessor\InvalidOptionException;
17 16
 use Liip\ImagineBundle\Model\Binary;
18 17
 use Symfony\Component\Process\Exception\ProcessFailedException;
Please login to merge, or discard this patch.
Imagine/Filter/PostProcessor/PostProcessorInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
      * Performs post-process operation on passed binary and returns the resulting binary.
24 24
      *
25 25
      * @param BinaryInterface $binary
26
-     * @param array           $options
27 26
      *
28 27
      * @throws ProcessFailedException
29 28
      *
Please login to merge, or discard this patch.
Imagine/Filter/PostProcessor/OptiPngPostProcessor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Liip\ImagineBundle\Imagine\Filter\PostProcessor;
13 13
 
14 14
 use Liip\ImagineBundle\Binary\BinaryInterface;
15
-use Liip\ImagineBundle\Binary\FileBinaryInterface;
16 15
 use Liip\ImagineBundle\Exception\Imagine\Filter\PostProcessor\InvalidOptionException;
17 16
 use Liip\ImagineBundle\Model\Binary;
18 17
 use Symfony\Component\Process\Exception\ProcessFailedException;
Please login to merge, or discard this patch.