mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
fix schema in SwaggerDocblockConvertCommand
This commit is contained in:
parent
279d20be78
commit
1e055eecf3
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class SwaggerDocblockConvertCommand extends ContainerAwareCommand
|
|||
|
||||
if ('POST' !== $apiDoc->getMethod()) {
|
||||
$annotation .= ',
|
||||
* schema=""';
|
||||
* @SWG\Schema(type="'.$this->determineDataType($parameter).'")';
|
||||
}
|
||||
|
||||
$annotation .= '
|
||||
|
|
Loading…
Add table
Reference in a new issue