mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Merge pull request #8931 from VincentLanglet/reflectionClass2
Fix getParentClass stub
This commit is contained in:
commit
c52970958d
@ -214,8 +214,12 @@ class ReflectionClass implements Reflector {
|
||||
*/
|
||||
public function newInstanceWithoutConstructor(): object {}
|
||||
|
||||
/** @psalm-pure */
|
||||
public function getParentClass(): ?ReflectionClass {}
|
||||
/**
|
||||
* @psalm-pure
|
||||
*
|
||||
* @return ReflectionClass|false
|
||||
*/
|
||||
public function getParentClass() {}
|
||||
|
||||
/**
|
||||
* @param ReflectionClass|class-string $class
|
||||
|
Loading…
Reference in New Issue
Block a user