Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0cad0 commit fc22075Copy full SHA for fc22075
reference/configuration/twig.rst
@@ -269,7 +269,7 @@ every ``number_format`` filter call.
269
decimals
270
........
271
272
-**type**: ``int`` **default**: ``0``
+**type**: ``integer`` **default**: ``0``
273
274
The number of decimals used to format numeric values when no specific number is
275
passed as argument to the ``number_format`` filter.
@@ -294,7 +294,7 @@ no specific character is passed as argument to the ``number_format`` filter.
294
optimizations
295
~~~~~~~~~~~~~
296
297
-**type**: ``int`` **default**: ``-1``
+**type**: ``integer`` **default**: ``-1``
298
299
Twig includes an extension called ``optimizer`` which is enabled by default in
300
Symfony applications. This extension analyzes the templates to optimize them
0 commit comments