@@ -52,7 +52,7 @@ discard block |
||
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 |
||
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 | { |
@@ -3,7 +3,6 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
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 |