Skip to content

Commit 8af77f0

Browse files
Feedback
1 parent 58af0eb commit 8af77f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/CoreGenericFunctions.phpstub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ function preg_replace_callback($pattern, $callback, $subject, int $limit = -1, &
12491249
* )
12501250
* )
12511251
* ) $matches
1252-
* @return 0|positive-int|false
1252+
* @return int<0,max>|false
12531253
* @psalm-ignore-falsable-return
12541254
*/
12551255
function preg_match_all($pattern, $subject, &$matches = [], int $flags = 1, int $offset = 0) {}

0 commit comments

Comments
 (0)