mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
fix schema in SwaggerDocblockConvertCommand
This commit is contained in:
parent
279d20be78
commit
1e055eecf3
@ -123,7 +123,7 @@ class SwaggerDocblockConvertCommand extends ContainerAwareCommand
|
||||
|
||||
if ('POST' !== $apiDoc->getMethod()) {
|
||||
$annotation .= ',
|
||||
* schema=""';
|
||||
* @SWG\Schema(type="'.$this->determineDataType($parameter).'")';
|
||||
}
|
||||
|
||||
$annotation .= '
|
||||
|
Loading…
x
Reference in New Issue
Block a user