Skip to content

Commit

Permalink
Merge pull request #7317 from donquixote/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 6, 2022
2 parents 3dbc039 + 9da6b3f commit 513b263
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 513b263

Please sign in to comment.