Skip to content

Commit ddbc709

Browse files
janprochazkaczbsweeney
authored andcommitted
Return type fix
1 parent 5113acc commit ddbc709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dompdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ public function stream($filename = "document.pdf", $options = array())
945945
*
946946
* @param array $options options (see above)
947947
*
948-
* @return string
948+
* @return string|null
949949
*/
950950
public function output($options = array())
951951
{

0 commit comments

Comments
 (0)