Skip to content

Commit fe8c7e1

Browse files
authored
Fix a docblock. (#31689)
1 parent 792da84 commit fe8c7e1

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
@@ -299,7 +299,7 @@ public function match($pattern)
299299
* Get the string matching the given pattern.
300300
*
301301
* @param string $pattern
302-
* @return static|null
302+
* @return \Illuminate\Support\Collection
303303
*/
304304
public function matchAll($pattern)
305305
{

0 commit comments

Comments
 (0)