1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Remove comma

This commit is contained in:
Matthew Brown 2022-02-02 11:29:31 -05:00
parent b382d7db3c
commit 8098755ce5

View File

@ -1468,7 +1468,7 @@ class ArgumentAnalyzer
Union $input_type,
PhpParser\Node\Expr $expr,
Context $context,
bool $specialize_taint,
bool $specialize_taint
): void {
$codebase = $statements_analyzer->getCodebase();