@@ -11,9 +11,8 @@ |
||
11 | 11 | /** |
12 | 12 | * Gets the implementation of external PDF library that should be used. |
13 | 13 | * |
14 | - * @param array $config Configuration array |
|
15 | 14 | * |
16 | - * @return Dompdf implementation |
|
15 | + * @return \Dompdf\Dompdf implementation |
|
17 | 16 | */ |
18 | 17 | protected function getExternalWriter() |
19 | 18 | { |
@@ -15,7 +15,7 @@ |
||
15 | 15 | * @param string $unit Unit measure |
16 | 16 | * @param string $paperSize Paper size |
17 | 17 | * |
18 | - * @return TCPDF implementation |
|
18 | + * @return resource implementation |
|
19 | 19 | */ |
20 | 20 | protected function getExternalWriter($orientation, $unit, $paperSize) |
21 | 21 | { |