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 5c6bdf0 commit 4cac282Copy full SHA for 4cac282
components/yaml/yaml_format.rst
@@ -122,7 +122,13 @@ Numbers
122
.. code-block:: yaml
123
124
# an octal
125
- 014
+ 0o14
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.
132
133
134
0 commit comments