You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #8200 Explained the explicit typing in YAML documents (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes#8200).
Discussion
----------
Explained the explicit typing in YAML documents
I was going to fix#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 documents
0 commit comments