1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Add byref for getmxrr

This commit is contained in:
Matthew Brown 2016-10-11 01:27:59 -04:00
parent 99fe265722
commit 2b4b7c26e9

View File

@ -2425,7 +2425,7 @@ return [
'get_magic_quotes_gpc' => ['bool'],
'get_magic_quotes_runtime' => ['bool'],
'get_meta_tags' => ['array', 'filename'=>'string', 'use_include_path='=>'bool'],
'getmxrr' => ['bool', 'hostname'=>'string', 'mxhosts'=>'array', 'weight='=>'array'],
'getmxrr' => ['bool', 'hostname'=>'string', '&mxhosts'=>'array', '&weight='=>'array'],
'getmygid' => ['int'],
'getmyinode' => ['int'],
'getmypid' => ['int'],