Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 11, 2022
1 parent 4ad3aa0 commit 3f29daf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rules/Removing/NodeManipulator/ComplexNodeRemover.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ public function removePropertyAndUsages(
): bool {
$propertyName = $this->nodeNameResolver->getName($property);

$isContainsLocalPropertyFetchName = $this->propertyFetchAnalyzer->containsLocalPropertyFetchName($class, $propertyName);
$isContainsLocalPropertyFetchName = $this->propertyFetchAnalyzer->containsLocalPropertyFetchName(
$class,
$propertyName
);
$this->simpleCallableNodeTraverser->traverseNodesWithCallable($class->stmts, function (Node $node) use (
$removeAssignSideEffect,
$propertyName,
Expand Down

0 comments on commit 3f29daf

Please sign in to comment.