We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Resolve below TODO:
File: src/lib/items/RouteData.php::init()
src/lib/items/RouteData.php::init()
L192
$this->params[$paramName] = [ //@TODO: use only required params //'required'=> $pathParameters[$paramName]->required, 'type' => $pathParameters[$paramName]->schema->type ?? null, //'model' => $additional ? SchemaResponseResolver::guessModelByRef($additional) : null, ];
Part of #10
and
Part of cebe#180
The text was updated successfully, but these errors were encountered:
Merge pull request #44 from php-openapi/43-use-only-required-params-i…
3c523c2
…n-routedata Resolve: Use only required params in RouteData #43
SOHELAHMED7
Successfully merging a pull request may close this issue.
Resolve below TODO:
File:
src/lib/items/RouteData.php::init()
L192
Part of #10
and
Part of cebe#180
The text was updated successfully, but these errors were encountered: