From d62a6c0f4bc699f899865d7e7bc7a4186aef9a86 Mon Sep 17 00:00:00 2001 From: Vastly Date: Thu, 6 Apr 2017 16:55:03 +0400 Subject: [PATCH] typo in UPGRADING-2.0.md fixed (#1690) * typo in UPGRADING-2.0.md fixed * Update UPGRADING-2.0.md --- UPGRADING-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING-2.0.md b/UPGRADING-2.0.md index 123f43ffe..4a6cccba6 100644 --- a/UPGRADING-2.0.md +++ b/UPGRADING-2.0.md @@ -199,7 +199,7 @@ Upgrading From 1.x To 2.0 format_listener: rules: - { path: ^/, fallback_format: json, attributes: { _controller: FOS\RestBundle\Controller\ExceptionController } } - - { path: ^/, fallback_format: html } } + - { path: ^/, fallback_format: html } ``` * `View::setSerializationContext` and `View::getSerializationContext`