From 55ef512b4d5dad12948ea89c31385daba1dddc84 Mon Sep 17 00:00:00 2001 From: Leevi Graham Date: Sat, 3 Nov 2012 00:59:53 +1100 Subject: [PATCH 1/2] Fixed Syntax in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7f044f..451d7c6 100644 --- a/README.md +++ b/README.md @@ -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() From f4bc5bc5abb5a35ef9add9eb36de56444eddf0c5 Mon Sep 17 00:00:00 2001 From: Leevi Graham Date: Sat, 3 Nov 2012 01:32:00 +1100 Subject: [PATCH 2/2] Post background should be green not blue --- Resources/public/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index d0960bc..887c014 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -315,7 +315,7 @@ li.operation.get div.content h4 { /* POST operations */ li.operation.post div.heading { border-color: #c3e8d1; - background-color: #e7f0f7; + background-color: #def1e5; } li.operation.post div.heading h3 span.http_method a{ background-color: #10a54a;