This commit is contained in:
Guilhem Niot 2017-06-02 21:50:50 +02:00 committed by GitHub
parent 9b82b5d3e3
commit 7e0c820e01

View File

@ -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()).'"';