Skip to content

Commit

Permalink
Fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 27, 2024
1 parent a411c8a commit 2394896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Codebase/ClassLikes.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function __construct(
FileReferenceProvider $file_reference_provider,
StatementsProvider $statements_provider,
Scanner $scanner,
Reflection $reflection,
Reflection $reflection
) {
$this->config = $config;
$this->classlike_storage_provider = $storage_provider;
Expand Down

0 comments on commit 2394896

Please sign in to comment.