mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-10 11:39:25 +03:00
Typo
This commit is contained in:
parent
9b82b5d3e3
commit
7e0c820e01
@ -76,7 +76,7 @@ class SwaggerDocblockConvertCommand extends ContainerAwareCommand
|
|||||||
}
|
}
|
||||||
$path = str_replace('.{_format}', '', $apiDoc->getRoute()->getPath());
|
$path = str_replace('.{_format}', '', $apiDoc->getRoute()->getPath());
|
||||||
|
|
||||||
$annotation = '@Operaion(
|
$annotation = '@Operation(
|
||||||
* tags={"'.$apiDoc->getSection().'"},
|
* tags={"'.$apiDoc->getSection().'"},
|
||||||
* summary="'.$this->escapeQuotes($apiDoc->getDescription()).'"';
|
* summary="'.$this->escapeQuotes($apiDoc->getDescription()).'"';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user