mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +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()) {
|
if ('POST' !== $apiDoc->getMethod()) {
|
||||||
$annotation .= ',
|
$annotation .= ',
|
||||||
* schema=""';
|
* @SWG\Schema(type="'.$this->determineDataType($parameter).'")';
|
||||||
}
|
}
|
||||||
|
|
||||||
$annotation .= '
|
$annotation .= '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user