mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix casing of simplexml returns
This commit is contained in:
parent
06ac1f1186
commit
274448d014
@ -7926,8 +7926,8 @@ return [
|
||||
'SimpleXMLIterator::next' => [''],
|
||||
'SimpleXMLIterator::rewind' => [''],
|
||||
'SimpleXMLIterator::valid' => ['bool'],
|
||||
'simplexml_load_file' => ['simplexmlelement', 'filename'=>'string', 'class_name='=>'string', 'options='=>'int', 'ns='=>'string', 'is_prefix='=>'bool'],
|
||||
'simplexml_load_string' => ['simplexmlelement', 'data'=>'string', 'class_name='=>'string', 'options='=>'int', 'ns='=>'string', 'is_prefix='=>'bool'],
|
||||
'simplexml_load_file' => ['SimpleXMLElement', 'filename'=>'string', 'class_name='=>'string', 'options='=>'int', 'ns='=>'string', 'is_prefix='=>'bool'],
|
||||
'simplexml_load_string' => ['SimpleXMLElement', 'data'=>'string', 'class_name='=>'string', 'options='=>'int', 'ns='=>'string', 'is_prefix='=>'bool'],
|
||||
'sin' => ['float', 'number'=>'float'],
|
||||
'sinh' => ['float', 'number'=>'float'],
|
||||
'sleep' => ['int|false', 'seconds'=>'int'],
|
||||
|
Loading…
Reference in New Issue
Block a user