mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
getShortName does not return a class-string
This commit is contained in:
parent
c77ec473f4
commit
3a95ab9885
@ -11221,7 +11221,7 @@ return [
|
||||
'ReflectionClass::getProperty' => ['ReflectionProperty', 'name'=>'string'],
|
||||
'ReflectionClass::getReflectionConstant' => ['ReflectionClassConstant|false', 'name'=>'string'],
|
||||
'ReflectionClass::getReflectionConstants' => ['list<ReflectionClassConstant>'],
|
||||
'ReflectionClass::getShortName' => ['class-string'],
|
||||
'ReflectionClass::getShortName' => ['string'],
|
||||
'ReflectionClass::getStartLine' => ['int|false'],
|
||||
'ReflectionClass::getStaticProperties' => ['array<string, ReflectionProperty>'],
|
||||
'ReflectionClass::getStaticPropertyValue' => ['mixed', 'name'=>'string', 'default='=>'mixed'],
|
||||
|
Loading…
Reference in New Issue
Block a user