mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Update CallMap.php
This commit is contained in:
parent
4266a8e044
commit
2f908817d4
@ -3307,7 +3307,7 @@ return [
|
||||
'getimagesize' => ['array{0:int, 1: int, 2: int, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'filename'=>'string', '&w_image_info='=>'array'],
|
||||
'getimagesizefromstring' => ['array{0:int, 1: int, 2: int, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'string'=>'string', '&w_image_info='=>'array'],
|
||||
'getlastmod' => ['int|false'],
|
||||
'getmxrr' => ['bool', 'hostname'=>'string', '&w_hosts'=>'array', '&w_weights='=>'array'],
|
||||
'getmxrr' => ['bool', 'hostname'=>'string', '&w_hosts'=>'array<int, string>', '&w_weights='=>'array<int, int>'],
|
||||
'getmygid' => ['int|false'],
|
||||
'getmyinode' => ['int|false'],
|
||||
'getmypid' => ['int|false'],
|
||||
|
Loading…
Reference in New Issue
Block a user