mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 02:36:52 +01:00
Fix code style
This commit is contained in:
parent
4899b1217c
commit
c772ce2f6b
@ -92,7 +92,7 @@ PHP
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!$stmt->var instanceof MethodCall) {
|
||||
if (! $stmt->var instanceof MethodCall) {
|
||||
$currentStmtVariableName = $this->getName($stmt->var);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user