Skip to content

Commit

Permalink
fixup! remove isInClassNamed()
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 20, 2021
1 parent 8f37007 commit 38bd973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function refactor(Node $node): ?Node
return null;
}

if (! $classReflection->getName() === 'Doctrine\Common\Annotations\AnnotationReader') {
if ($classReflection->getName() !== 'Doctrine\Common\Annotations\AnnotationReader') {
return null;
}

Expand Down

0 comments on commit 38bd973

Please sign in to comment.