Skip to content

Commit fb18533

Browse files
authored
Update src/Services/SwaggerService.php
1 parent 601a8fa commit fb18533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/SwaggerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ protected function getPathParams(): array
244244
'name' => $key,
245245
'description' => $this->generatePathDescription($key),
246246
'required' => true,
247-
"schema" => [
247+
'schema' => [
248248
'type' => 'string'
249249
]
250250
];

0 commit comments

Comments
 (0)