Skip to content

Commit 77a917f

Browse files
fix(metadata): resource class php doc (#6381)
1 parent 002d8e5 commit 77a917f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Metadata/FilterInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ interface FilterInterface
5353
*
5454
* @see \ApiPlatform\OpenApi\Factory\OpenApiFactory::getFiltersParameters
5555
*
56+
* @param class-string $resourceClass
57+
*
5658
* @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>}>
5759
*/
5860
public function getDescription(string $resourceClass): array;

0 commit comments

Comments
 (0)