@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | * |
| 155 | 155 | * @throws InvalidArgumentException |
| 156 | 156 | * |
| 157 | - * @return bool |
|
| 157 | + * @return integer |
|
| 158 | 158 | */ |
| 159 | 159 | public function getTemplatePageCount($templateName) |
| 160 | 160 | { |
@@ -221,7 +221,7 @@ discard block |
||
| 221 | 221 | * |
| 222 | 222 | * @throws InvalidArgumentException |
| 223 | 223 | * |
| 224 | - * @return null|resource |
|
| 224 | + * @return string|null |
|
| 225 | 225 | */ |
| 226 | 226 | public function downloadTemplate($templateName) |
| 227 | 227 | { |
@@ -327,7 +327,7 @@ discard block |
||
| 327 | 327 | * |
| 328 | 328 | * @throws InvalidArgumentException |
| 329 | 329 | * |
| 330 | - * @return null|resource |
|
| 330 | + * @return string|null |
|
| 331 | 331 | */ |
| 332 | 332 | public function convertDocument($documentFilename, $returnFormat) |
| 333 | 333 | { |
@@ -322,7 +322,7 @@ discard block |
||
| 322 | 322 | /** |
| 323 | 323 | * Return the test flag |
| 324 | 324 | * |
| 325 | - * @return mixed |
|
| 325 | + * @return boolean |
|
| 326 | 326 | */ |
| 327 | 327 | public function getTest() |
| 328 | 328 | { |
@@ -350,7 +350,7 @@ discard block |
||
| 350 | 350 | /** |
| 351 | 351 | * Return the debug flag |
| 352 | 352 | * |
| 353 | - * @return mixed |
|
| 353 | + * @return boolean |
|
| 354 | 354 | */ |
| 355 | 355 | public function getDebug() |
| 356 | 356 | { |
@@ -410,7 +410,7 @@ discard block |
||
| 410 | 410 | * @param string $uri URI |
| 411 | 411 | * @param array $options Options |
| 412 | 412 | * |
| 413 | - * @return mixed|null|\Psr\Http\Message\ResponseInterface |
|
| 413 | + * @return \Psr\Http\Message\ResponseInterface |
|
| 414 | 414 | * |
| 415 | 415 | * @throws RuntimeException |
| 416 | 416 | */ |