[YAML] fixed "dump" signature in upgrade file

This commit is contained in:
Jules Pietri 2016-05-18 11:23:21 +02:00
parent 7a4019bbcf
commit 6bcb74d27c

View File

@ -202,7 +202,7 @@ Yaml
After:
```php
Yaml::dump(array('foo' => new A(), 'bar' => 1), 0, 0, false, Yaml::DUMP_OBJECT);
Yaml::dump(array('foo' => new A(), 'bar' => 1), 0, 0, Yaml::DUMP_OBJECT);
```
* The `!!php/object` tag to indicate dumped PHP objects has been deprecated