Skip to content

Commit f1c6a03

Browse files
committed
[ci-review] Rector Rectify
1 parent 016a864 commit f1c6a03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/Unambiguous/Rector/Expression/FluentSettersToStandaloneCallMethodRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ private function resolveVariableName(Expr $expr): string
130130
if (! $expr instanceof New_) {
131131
return 'someVariable';
132132
}
133+
133134
if ($expr->class instanceof Name) {
134135
return $this->propertyNaming->fqnToVariableName($expr->class);
135136
}

0 commit comments

Comments
 (0)