mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Fixed Syntax in README
This commit is contained in:
parent
9c7577f7c2
commit
55ef512b4d
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ class YourController extends Controller
|
|||
/**
|
||||
* @ApiDoc(
|
||||
* description="Create a new Object",
|
||||
* input="Your\Namespace\Form\Type\YourType"
|
||||
* return='Your\Namespace\Class'
|
||||
* input="Your\Namespace\Form\Type\YourType",
|
||||
* return="Your\Namespace\Class"
|
||||
* )
|
||||
*/
|
||||
public function postAction()
|
||||
|
|
Loading…
Add table
Reference in a new issue