mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 11:09:26 +03:00
Merge branch 'fix-SwaggerDocblockConvertCommand' of https://github.com/gesof/NelmioApiDocBundle into gesof-fix-SwaggerDocblockConvertCommand
This commit is contained in:
commit
42c08fa681
@ -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