mirror of
https://github.com/danog/psalm.git
synced 2025-01-07 13:42:11 +01:00
Merge pull request #6502 from pawel-slowik/get_browser_nullable_1st_arg
This commit is contained in:
commit
e4c6f97646
@ -3702,7 +3702,7 @@ return [
|
|||||||
'GEOSWKTWriter::setOutputDimension' => ['void', 'dim'=>'int'],
|
'GEOSWKTWriter::setOutputDimension' => ['void', 'dim'=>'int'],
|
||||||
'GEOSWKTWriter::getOutputDimension' => ['int'],
|
'GEOSWKTWriter::getOutputDimension' => ['int'],
|
||||||
'GEOSWKTWriter::setOld3D' => ['void', 'val'=>'bool'],
|
'GEOSWKTWriter::setOld3D' => ['void', 'val'=>'bool'],
|
||||||
'get_browser' => ['array|object|false', 'user_agent='=>'string', 'return_array='=>'bool'],
|
'get_browser' => ['array|object|false', 'user_agent='=>'?string', 'return_array='=>'bool'],
|
||||||
'get_call_stack' => [''],
|
'get_call_stack' => [''],
|
||||||
'get_called_class' => ['class-string'],
|
'get_called_class' => ['class-string'],
|
||||||
'get_cfg_var' => ['string|false', 'option'=>'string'],
|
'get_cfg_var' => ['string|false', 'option'=>'string'],
|
||||||
|
@ -10989,7 +10989,7 @@ return [
|
|||||||
'geoip_region_name_by_code' => ['string|false', 'country_code'=>'string', 'region_code'=>'string'],
|
'geoip_region_name_by_code' => ['string|false', 'country_code'=>'string', 'region_code'=>'string'],
|
||||||
'geoip_setup_custom_directory' => ['void', 'path'=>'string'],
|
'geoip_setup_custom_directory' => ['void', 'path'=>'string'],
|
||||||
'geoip_time_zone_by_country_and_region' => ['string|false', 'country_code'=>'string', 'region_code='=>'string'],
|
'geoip_time_zone_by_country_and_region' => ['string|false', 'country_code'=>'string', 'region_code='=>'string'],
|
||||||
'get_browser' => ['array|object|false', 'user_agent='=>'string', 'return_array='=>'bool'],
|
'get_browser' => ['array|object|false', 'user_agent='=>'?string', 'return_array='=>'bool'],
|
||||||
'get_call_stack' => [''],
|
'get_call_stack' => [''],
|
||||||
'get_called_class' => ['class-string'],
|
'get_called_class' => ['class-string'],
|
||||||
'get_cfg_var' => ['string|false', 'option'=>'string'],
|
'get_cfg_var' => ['string|false', 'option'=>'string'],
|
||||||
|
Loading…
Reference in New Issue
Block a user