mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Typo
This commit is contained in:
parent
9b82b5d3e3
commit
7e0c820e01
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class SwaggerDocblockConvertCommand extends ContainerAwareCommand
|
|||
}
|
||||
$path = str_replace('.{_format}', '', $apiDoc->getRoute()->getPath());
|
||||
|
||||
$annotation = '@Operaion(
|
||||
$annotation = '@Operation(
|
||||
* tags={"'.$apiDoc->getSection().'"},
|
||||
* summary="'.$this->escapeQuotes($apiDoc->getDescription()).'"';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue