Skip to content

Commit 9706b69

Browse files
committed
fixup! tidy up AssertFuncCallToPHPUnitAssertRector
1 parent 1d2f1b6 commit 9706b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/AnnotationsToAttributes/Rector/Class_/AnnotationWithValueToAttributeRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ public function refactor(Node $node): ?Node
107107
$this->hasChanged = false;
108108

109109
// handle class level
110-
// $classPhpDocInfo = $this->phpDocInfoFactory->createFromNode($node);
111110
$this->refactorClassMethodOrClass($node, $node);
112111

112+
// handle method level
113113
foreach ($node->getMethods() as $classMethod) {
114114
$this->refactorClassMethodOrClass($classMethod, $node);
115115
}

0 commit comments

Comments
 (0)