Commit 861e72b
committed
minor symfony#8200 Explained the explicit typing in YAML documents (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes symfony#8200).
Discussion
----------
Explained the explicit typing in YAML documents
I was going to fix symfony#8173 but I couldn't find the explicit typing explanation anywhere, so I include it here.
-----
When merging this into 3.4, the `!str` tag must be changed by `!!tag` and we must add this:
```
.. versionadded:: 3.4
The support of ``!!str`` tag was introduced in Symfony 3.4. In previous
versions you needed to use the ``!str`` tag.
```
Commits
-------
aa1b968 Explained the explicit typing in YAML documents1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
303 | 321 | | |
0 commit comments