Completed
Pull Request — master (#1219)
by
unknown
01:36
created
Imagine/Filter/PostProcessor/AbstractPostProcessor.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * @param BinaryInterface $binary
111 111
      * @param array           $options
112
-     * @param null            $prefix
112
+     * @param string            $prefix
113 113
      *
114 114
      * @return string
115 115
      */
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
 
154 154
     /**
155 155
      * @param Process $process
156
-     * @param array   $validReturns
156
+     * @param integer[]   $validReturns
157 157
      * @param array   $errorStrings
158 158
      *
159 159
      * @return bool
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Liip\ImagineBundle\Binary\FileBinaryInterface;
16 16
 use Symfony\Component\Filesystem\Exception\IOException;
17 17
 use Symfony\Component\Filesystem\Filesystem;
18
-use Symfony\Component\Process\Exception\ProcessFailedException;
19 18
 use Symfony\Component\Process\Process;
20 19
 
21 20
 abstract class AbstractPostProcessor implements PostProcessorInterface
Please login to merge, or discard this patch.