We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea6960 commit 99bbbffCopy full SHA for 99bbbff
components/yaml/yaml_format.rst
@@ -126,9 +126,9 @@ Numbers
126
127
.. versionadded:: 5.1
128
129
- In YAML 1.1, octal numbers used the notation ``0...``, whereas in YAML 1.2
130
- the notation changed to ``0o...``. Symfony 5.1 adds support for YAML 1.2
131
- notation and deprecates support for YAML 1.1 notation.
+ In YAML 1.1, octal numbers use the notation ``0...``, whereas in YAML 1.2
+ the notation changes to ``0o...``. Symfony 5.1 added support for YAML 1.2
+ notation and deprecated support for YAML 1.1 notation.
132
133
.. code-block:: yaml
134
0 commit comments