8000 minor #17717 fixed codeblock in UPGRADE-3.1.md (eXtreme) · symfony/symfony@df99788 · GitHub
[go: up one dir, main page]

Skip to content

Commit df99788

Browse files
committed
minor #17717 fixed codeblock in UPGRADE-3.1.md (eXtreme)
This PR was merged into the 3.1-dev branch. Discussion ---------- fixed codeblock in UPGRADE-3.1.md Missing backticks break upgrade notes for 3.1. | Q | A | ------------- | --- | Bug fix? | - | New feature? | - | BC breaks? | - | Deprecations? | - | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- cb00055 fixed codeblock in UPGRADE-3.1.md
2 parents ccd47b7 + cb00055 commit df99
8000
788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UPGRADE-3.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Yaml
4545

4646
```php
4747
Yaml::dump(array('foo' => new A(), 'bar' => 1), 0, 0, false, Yaml::DUMP_OBJECT);
48+
```
4849

4950
* The `!!php/object` tag to indicate dumped PHP objects has been deprecated
5051
and will be removed in Symfony 4.0. Use the `!php/object` tag instead.

0 commit comments

Comments
 (0)
0