mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fixed Syntax in README
This commit is contained in:
parent
9c7577f7c2
commit
55ef512b4d
@ -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…
x
Reference in New Issue
Block a user