mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Fixed Syntax in README
This commit is contained in:
parent
9c7577f7c2
commit
55ef512b4d
@ -82,8 +82,8 @@ class YourController extends Controller
|
|||||||
/**
|
/**
|
||||||
* @ApiDoc(
|
* @ApiDoc(
|
||||||
* description="Create a new Object",
|
* description="Create a new Object",
|
||||||
* input="Your\Namespace\Form\Type\YourType"
|
* input="Your\Namespace\Form\Type\YourType",
|
||||||
* return='Your\Namespace\Class'
|
* return="Your\Namespace\Class"
|
||||||
* )
|
* )
|
||||||
*/
|
*/
|
||||||
public function postAction()
|
public function postAction()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user