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.
2 parents 1b15758 + 57d1ecd commit b2c82faCopy full SHA for b2c82fa
php/ng/files/php.ini
@@ -5,7 +5,7 @@
5
{{ section }} = {{ settings }}
6
{%- else %}
7
[{{ section }}]
8
- {%- for setting in settings|sort -%}
+ {%- for setting in settings -%}
9
{%- for key, value in setting.items() %}
10
{%- if value is number or value is string %}
11
{{ key }} = {{ value }}
0 commit comments