Skip to content

Commit

Permalink
Fix trailing comma in parameter list for PHP 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed May 26, 2022
1 parent 31b4dce commit 6df5015
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -533,7 +533,7 @@ private static function analyzeAssignment(
StatementsAnalyzer $statements_analyzer,
PhpParser\Node\Expr $stmt,
Context $context,
bool $from_stmt,
bool $from_stmt
): bool {
$assignment_type = AssignmentAnalyzer::analyze(
$statements_analyzer,
Expand Down

0 comments on commit 6df5015

Please sign in to comment.