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 16c298f commit 7548e0bCopy full SHA for 7548e0b
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