@@ -332,7 +332,7 @@ |
||
332 | 332 | * |
333 | 333 | * @throws InvalidArgumentException |
334 | 334 | * |
335 | - * @return null|resource |
|
335 | + * @return string|null |
|
336 | 336 | */ |
337 | 337 | public function downloadTemplate($templateName) |
338 | 338 | { |
@@ -69,7 +69,7 @@ |
||
69 | 69 | * |
70 | 70 | * @throws InvalidArgumentException |
71 | 71 | * |
72 | - * @return null|resource |
|
72 | + * @return string|null |
|
73 | 73 | */ |
74 | 74 | public function convertDocument($documentFilename, $returnFormat) |
75 | 75 | { |
@@ -38,7 +38,7 @@ |
||
38 | 38 | */ |
39 | 39 | protected $messageTemplates |
40 | 40 | = [ |
41 | - self::INVALID_VALUE => '', // added dynamically |
|
41 | + self::INVALID_VALUE => '', // added dynamically |
|
42 | 42 | ]; |
43 | 43 | |
44 | 44 | /** |