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