Skip to content

Commit

Permalink
fix: psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Feb 12, 2024
1 parent e2f4fa2 commit 41dc403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenAPIMetadataResponseExtractor/CanExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function extractFromHttpControllerMetadata(
Attribute $attribute,
): array {
/**
* @var array<OpenAPISchemaResponse>
* @var list<OpenAPISchemaResponse> $ret
*/
$ret = [];

Expand Down

0 comments on commit 41dc403

Please sign in to comment.