fixed codeblock in UPGRADE-3.1.md

This commit is contained in:
Jacek Jędrzejewski 2016-02-07 12:55:44 +01:00
parent 1fc6a544e0
commit cb000558e9
1 changed files with 1 additions and 0 deletions

View File

@ -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.