@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | * @param string $html The html sourcecode to render |
| 43 | 43 | * @param string $filename The name of the docuemtn |
| 44 | 44 | * @param string[] $options The rendering options (see dompdf docs) |
| 45 | - * @param bool|true $replacePaths Appends the basepath to file links |
|
| 45 | + * @param boolean $replacePaths Appends the basepath to file links |
|
| 46 | 46 | * |
| 47 | 47 | * @throws \Exception |
| 48 | 48 | */ |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | * |
| 65 | 65 | * @param string $html The html sourcecode to render |
| 66 | 66 | * @param array $options The rendering options (see dompdf docs) |
| 67 | - * @param bool|true $replacePaths Appends the basepath to file links |
|
| 67 | + * @param boolean $replacePaths Appends the basepath to file links |
|
| 68 | 68 | * |
| 69 | 69 | * @throws \Exception |
| 70 | 70 | * |