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 1097ced commit dd78a78Copy full SHA for dd78a78
src/Rules/Deprecations/CallWithDeprecatedIniOptionRule.php
@@ -28,7 +28,7 @@ class CallWithDeprecatedIniOptionRule implements Rule
28
'ini_set',
29
'ini_alter',
30
'ini_restore',
31
- 'get_cfg_var',
+ 'get_cfg_var',
32
];
33
34
private const DEPRECATED_OPTIONS = [
0 commit comments