Skip to content

Commit

Permalink
Fix getParentClass stub
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Dec 18, 2022
1 parent b6faa3e commit fd0fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Reflection.phpstub
Expand Up @@ -215,7 +215,7 @@ class ReflectionClass implements Reflector {
public function newInstanceWithoutConstructor(): object {}

/** @psalm-pure */
public function getParentClass(): ?ReflectionClass {}
public function getParentClass(): ReflectionClass|false {}

/**
* @param ReflectionClass|class-string $class
Expand Down

0 comments on commit fd0fee1

Please sign in to comment.