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 03d7e4f commit 4f24b51Copy full SHA for 4f24b51
components/yaml.rst
@@ -206,6 +206,10 @@ changed using the third argument as follows::
206
Numeric Literals
207
................
208
209
+versionadded:: 3.2
210
+ Support for parsing integers grouped by underscores was introduced in
211
+ Symfony 3.2.
212
+
213
Long numeric literals, being integer, float or hexadecimal, are known for their
214
poor readability in code and configuration files. That's why YAML files allow to
215
add underscores to improve their readability:
0 commit comments