We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002d8e5 commit 77a917fCopy full SHA for 77a917f
src/Metadata/FilterInterface.php
@@ -53,6 +53,8 @@ interface FilterInterface
53
*
54
* @see \ApiPlatform\OpenApi\Factory\OpenApiFactory::getFiltersParameters
55
56
+ * @param class-string $resourceClass
57
+ *
58
* @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>}>
59
*/
60
public function getDescription(string $resourceClass): array;
0 commit comments