Fixed Syntax in README

This commit is contained in:
Leevi Graham 2012-11-03 00:59:53 +11:00
parent 9c7577f7c2
commit 55ef512b4d

View File

@ -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()