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:
parent
51edeead84
commit
3de584cbc1
@ -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' => [''],
|
||||
|
Loading…
Reference in New Issue
Block a user