mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix "grapheme_strlen()" return type
-> see 852485d8ec/ext/intl/grapheme/grapheme_string.c (L87)
This commit is contained in:
parent
da0d06ab0a
commit
0686d347c4
@ -3981,7 +3981,7 @@ return [
|
||||
'grapheme_extract' => ['string|false', 'str'=>'string', 'size'=>'int', 'extract_type='=>'int', 'start='=>'int', '&w_next='=>'int'],
|
||||
'grapheme_stripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
||||
'grapheme_stristr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'part='=>'bool'],
|
||||
'grapheme_strlen' => ['int|false', 'str'=>'string'],
|
||||
'grapheme_strlen' => ['int|false|null', 'str'=>'string'],
|
||||
'grapheme_strpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
||||
'grapheme_strripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
||||
'grapheme_strrpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],
|
||||
|
Loading…
Reference in New Issue
Block a user