Skip to content

Commit 8600b89

Browse files
committed
Update stubs
1 parent 48f7d5e commit 8600b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/pcre/preg_match_all.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
/** @param array $matches */
4-
function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset = 0) : int|false|null
4+
function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset = 0) : int|false
55
{
66
}

0 commit comments

Comments
 (0)