Skip to content

Commit

Permalink
fix(metadata): resource class php doc (#6381)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanvierkant committed May 24, 2024
1 parent 002d8e5 commit 77a917f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Metadata/FilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ interface FilterInterface
*
* @see \ApiPlatform\OpenApi\Factory\OpenApiFactory::getFiltersParameters
*
* @param class-string $resourceClass
*
* @return array<string, array{property?: string, type?: string, required?: bool, description?: string, strategy?: string, is_collection?: bool, swagger?: array<string, mixed>, openapi?: array<string, mixed>|\ApiPlatform\OpenApi\Model\Parameter, schema?: array<string, mixed>}>
*/
public function getDescription(string $resourceClass): array;
Expand Down

0 comments on commit 77a917f

Please sign in to comment.