Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002d8e5 commit 77a917fCopy full SHA for 77a917f
1 file changed
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