mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
getShortName does not return a class-string
This commit is contained in:
parent
7afd817a3b
commit
b904b1d173
@ -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…
x
Reference in New Issue
Block a user