Skip to content

Commit

Permalink
Remove the trailing comma for function call as minimum support versio…
Browse files Browse the repository at this point in the history
…n is 7.1 (#5201)
  • Loading branch information
drealecs authored Feb 12, 2021
1 parent 144bb37 commit 8c0a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Codebase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ public function getCompletionItemsForArrayKeys(
null,
null,
null,
"'$property_name'",
"'$property_name'"
);
}
}
Expand Down

0 comments on commit 8c0a5b7

Please sign in to comment.