Skip to content

Commit e0c6381

Browse files
authored
Remove null from return in phpdoc (#36593)
1 parent ddab370 commit e0c6381

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
@@ -335,7 +335,7 @@ public function markdown(array $options = [])
335335
* Get the string matching the given pattern.
336336
*
337337
* @param string $pattern
338-
* @return static|null
338+
* @return static
339339
*/
340340
public function match($pattern)
341341
{

0 commit comments

Comments
 (0)