1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

Remove comma

This commit is contained in:
Matt Brown 2022-06-21 14:59:01 -04:00
parent 6fa0da9e37
commit 710768e496

View File

@ -926,7 +926,7 @@ class ArrayAssignmentAnalyzer
*/
private static function getDimKeyValues(
StatementsAnalyzer $statements_analyzer,
PhpParser\Node\Expr $dim,
PhpParser\Node\Expr $dim
): array {
$key_values = [];