Skip to content

Commit dc55cd3

Browse files
committed
cs
1 parent 2091ecd commit dc55cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ private function getNodeKey(Expr $node): string
919919
{
920920
// perf optimize for the most common path
921921
if ($node instanceof Variable) {
922-
return '$'.$node->name;
922+
return '$' . $node->name;
923923
}
924924

925925
$key = $this->exprPrinter->printExpr($node);

0 commit comments

Comments
 (0)