Completed
Pull Request — master (#7)
by
unknown
01:46
created
lib/Goetas/ApacheFopBundle/Processor/Fop.php 1 patch
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.