From cb000558e9a13c9d57e3aae7987c9357d076afef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20J=C4=99drzejewski?= Date: Sun, 7 Feb 2016 12:55:44 +0100 Subject: [PATCH] fixed codeblock in UPGRADE-3.1.md --- UPGRADE-3.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE-3.1.md b/UPGRADE-3.1.md index 8d8eea498f..e4844dd620 100644 --- a/UPGRADE-3.1.md +++ b/UPGRADE-3.1.md @@ -45,6 +45,7 @@ Yaml ```php Yaml::dump(array('foo' => new A(), 'bar' => 1), 0, 0, false, Yaml::DUMP_OBJECT); + ``` * The `!!php/object` tag to indicate dumped PHP objects has been deprecated and will be removed in Symfony 4.0. Use the `!php/object` tag instead.