Skip to content

Commit 7e720ed

Browse files
committed
Fix ci
1 parent a164561 commit 7e720ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/PHPUnit100/Rector/StmtsAwareInterface/ExpectsMethodCallDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function decorate(Expression $expression): MethodCall|StaticCall|null
4343
return null;
4444
}
4545

46-
if (! $this->isName($node->name, 'expects')) {
46+
if (! $this->nodeNameResolver->isName($node->name, 'expects')) {
4747
return null;
4848
}
4949

0 commit comments

Comments
 (0)