Skip to content

Commit 56dcc1e

Browse files
author
Lucas Michot
authored
Fix docblock return type. (#36655)
1 parent ee20cac commit 56dcc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Stringable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public function lower()
324324
* Convert GitHub flavored Markdown into HTML.
325325
*
326326
* @param array $options
327-
* @return string
327+
* @return static
328328
*/
329329
public function markdown(array $options = [])
330330
{

0 commit comments

Comments
 (0)