1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
This commit is contained in:
Brown 2020-09-04 18:35:19 -04:00 committed by Daniil Gentili
parent 9c92df5a58
commit 72f64692ae
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -656,7 +656,7 @@ function preg_replace_callback($search, $replace, $subject, int $limit = -1, &$c
* : (TFlags is 514 * : (TFlags is 514
* ? list<array<?string>> * ? list<array<?string>>
* : (TFlags is 770 * : (TFlags is 770
* ? list<array<array{?string, 1}>> * ? list<array<array{?string, int}>>
* : array * : array
* ) * )
* ) * )