Completed
Pull Request — master (#7)
by
unknown
01:46
created
lib/Goetas/ApacheFopBundle/Processor/Fop.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      * Convert reading a FOP input, saving the result into file
53 53
      * @param  InputInterface|string $source
54 54
      * @param  string                $destination
55
-     * @param  string|const          $outputFormat self::OTUPUT_PDF or self::OTUPUT_RTF or other supported mimes by Apache FOP
55
+     * @param  string          $outputFormat self::OTUPUT_PDF or self::OTUPUT_RTF or other supported mimes by Apache FOP
56 56
      * @param  InputInterface|string $xsl
57 57
      * @param  array                 $params
58 58
      * @throws \RuntimeException
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      * @param  string                                    $outputFormat
160 160
      * @param  InputInterface                            $xsl
161 161
      * @param  array                                     $params
162
-     * @return \Symfony\Component\Process\ProcessBuilder
162
+     * @return Process
163 163
      */
164 164
     protected function runProcess(InputInterface $input, $destination,  $outputFormat, InputInterface $xsl = null, array $params = array())
165 165
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Goetas\ApacheFopBundle\Processor;
4 4
 
5 5
 use Symfony\Component\Process\Process;
6
-
7 6
 use Goetas\ApacheFopBundle\Input\FileInput;
8 7
 use Goetas\ApacheFopBundle\Input\InputInterface;
9 8
 
Please login to merge, or discard this patch.
lib/Goetas/ApacheFopBundle/Input/StringInput.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Goetas\ApacheFopBundle\Processor;
4 4
 
5 5
 use Symfony\Component\Process\Process;
6
-
7 6
 use Goetas\ApacheFopBundle\Input\FileInput;
8 7
 use Goetas\ApacheFopBundle\Input\InputInterface;
9 8
 
Please login to merge, or discard this patch.