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.
2 parents 16c298f + 7548e0b commit bd69656Copy full SHA for bd69656
src/Parameters/PathParameterGenerator.php
@@ -20,7 +20,7 @@ public function getParameters()
20
$params[] = [
21
'in' => $this->getParamLocation(),
22
'name' => strip_optional_char($variable),
23
- 'type' => 'integer', //best guess for a variable in the path
+ 'type' => 'string', //best guess for a variable in the path
24
'required' => $this->isPathVariableRequired($variable),
25
'description' => '',
26
];
0 commit comments