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 authored and samsonasik committed Jun 11, 2022
1 parent ee28b38 commit 7637863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/Removing/NodeManipulator/ComplexNodeRemover.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function removePropertyAndUsages(
$removeAssignSideEffect,
$propertyName,
&$totalPropertyFetch
):?Node {
): ?Node {
// here should be checked all expr like stmts that can hold assign, e.f. if, foreach etc. etc.
if (! $node instanceof Expression) {
return null;
Expand Down

0 comments on commit 7637863

Please sign in to comment.