Completed
Push — master ( 5e437e...6be296 )
by Asmir
01:49
created
lib/Goetas/ApacheFopBundle/Processor/Fop.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * Convert reading a FOP input, saving the result into file
52 52
      * @param  InputInterface|string $source
53 53
      * @param  string                $destination
54
-     * @param  string|const          $outputFormat self::OTUPUT_PDF or self::OTUPUT_RTF or other supported mimes by Apache FOP
54
+     * @param  string          $outputFormat self::OTUPUT_PDF or self::OTUPUT_RTF or other supported mimes by Apache FOP
55 55
      * @param  InputInterface|string $xsl
56 56
      * @param  array                 $params
57 57
      * @throws \RuntimeException
Please login to merge, or discard this patch.