Skip to content

Commit 7867eba

Browse files
authored
Merge pull request #234 from nunomaduro/patch-1
Fixes return type of `generate` method
2 parents c7fbb12 + 1b3198f commit 7867eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function __call($method, array $arguments)
162162
*
163163
* @param string $text
164164
* @param string|null $filename
165-
* @return void|Illuminate\Support\HtmlString|string
165+
* @return void|\Illuminate\Support\HtmlString|string
166166
* @throws WriterException
167167
* @throws InvalidArgumentException
168168
*/

0 commit comments

Comments
 (0)