Fix code style

This commit is contained in:
Tim Ward 2020-05-20 15:45:12 -04:00 committed by GitHub
parent 4899b1217c
commit c772ce2f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ PHP
continue;
}
if (!$stmt->var instanceof MethodCall) {
if (! $stmt->var instanceof MethodCall) {
$currentStmtVariableName = $this->getName($stmt->var);
}
}