Skip to content

Commit d54af33

Browse files
committed
sort
1 parent dd78a78 commit d54af33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Rules/Deprecations/CallWithDeprecatedIniOptionRule.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ class CallWithDeprecatedIniOptionRule implements Rule
3939
'pdo_odbc.db2_instance_name' => 0,
4040
'enable_dl' => 0,
4141

42-
'mbstring.func_overload' => 70200,
43-
'track_errors' => 70200,
44-
4542
'iconv.input_encoding' => 50600,
4643
'iconv.output_encoding' => 50600,
4744
'iconv.internal_encoding' => 50600,
4845

46+
'mbstring.func_overload' => 70200,
47+
'track_errors' => 70200,
48+
4949
'allow_url_include' => 70400,
5050

5151
'assert.quiet_eval' => 80000,

0 commit comments

Comments
 (0)