Skip to content

Commit

Permalink
Issue vimeo#6618: All reflection classes should implement Reflector.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Jan 6, 2022
1 parent 3dbc039 commit 9da6b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/Reflection.phpstub
Expand Up @@ -103,7 +103,7 @@ class ReflectionMethod implements Reflector
public function isStatic(): bool {}
}

class ReflectionClassConstant
class ReflectionClassConstant implements Reflector
{
/**
* @since 8.0
Expand All @@ -117,7 +117,7 @@ class ReflectionClassConstant
/**
* @psalm-immutable
*/
class ReflectionParameter {
class ReflectionParameter implements Reflector {
/**
* @psalm-assert-if-true ReflectionType $this->getType()
*/
Expand Down

0 comments on commit 9da6b3f

Please sign in to comment.