Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffycondor committed May 4, 2023
1 parent c69620d commit 775e750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Storage/ClassLikeStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public function getAttributeStorages(): array

public function hasAttributeIncludingParents(
string $fq_class_name,
Codebase $codebase,
Codebase $codebase
): bool {
if ($this->hasAttribute($fq_class_name)) {
return true;
Expand Down

0 comments on commit 775e750

Please sign in to comment.