Skip to content

Commit 941c67e

Browse files
committed
wip
1 parent 605dbed commit 941c67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/support/src/Regex/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function get_all_matches(
7777
}
7878

7979
/**
80-
* Returns the specified match of `$pattern` in `$subject`. If no match is specified, returns the first group.
80+
* Returns the specified match of `$pattern` in `$subject`. If no match is specified, returns the whole matching array.
8181
*
8282
* @param non-empty-string $pattern The pattern to match against.
8383
* @param 0|256|512|768 $flags

0 commit comments

Comments
 (0)