1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add more specific argument for ReflectionObject

This commit is contained in:
Matthew Brown 2018-01-05 00:54:48 -05:00
parent 51edeead84
commit 3de584cbc1

View File

@ -7741,7 +7741,7 @@ return [
'ReflectionMethod::setAccessible' => ['void', 'visible'=>'bool'],
'ReflectionMethod::__toString' => ['string'],
'ReflectionObject::__construct' => ['void', 'argument'=>''],
'ReflectionObject::export' => ['', 'argument'=>'', 'return='=>'bool'],
'ReflectionObject::export' => ['', 'argument'=>'string|object', 'return='=>'bool'],
'ReflectionParameter::allowsNull' => ['bool'],
'ReflectionParameter::canBePassedByValue' => ['bool'],
'ReflectionParameter::__clone' => [''],