Skip to content

Commit

Permalink
Fix trailing comma for PHP < 7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Feb 18, 2022
1 parent ea2f452 commit af5f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Analyzer/ClassAnalyzer.php
Expand Up @@ -404,7 +404,7 @@ public function analyze(
$class->attrGroups[$i],
$storage->suppressed_issues + $this->getSuppressedIssues(),
1,
$storage,
$storage
);
}

Expand Down

0 comments on commit af5f317

Please sign in to comment.