Skip to content

Commit

Permalink
Fix invalid trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Dec 9, 2021
1 parent aac3656 commit 8ceb0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Codebase/Populator.php
Expand Up @@ -570,7 +570,7 @@ private function populateDataFromParentClass(
ClassLikeStorage $storage,
ClassLikeStorageProvider $storage_provider,
array $dependent_classlikes,
string $parent_storage_class,
string $parent_storage_class
): void {
$parent_storage_class = strtolower(
$this->classlikes->getUnAliasedName(
Expand Down

0 comments on commit 8ceb0e2

Please sign in to comment.