We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9666ec1 + a080e53 commit 3c523c2Copy full SHA for 3c523c2
src/lib/items/RouteData.php
@@ -189,7 +189,6 @@ public function init()
189
if (array_key_exists($paramName, $pathParameters)) {
190
//$additional = $pathParameters[$paramName]->schema->additionalProperties ?? null;
191
$this->params[$paramName] = [
192
- //@TODO: use only required params
193
//'required'=> $pathParameters[$paramName]->required,
194
'type' => $pathParameters[$paramName]->schema->type ?? null,
195
//'model' => $additional ? SchemaResponseResolver::guessModelByRef($additional) : null,
0 commit comments