Skip to content

Commit 1097ced

Browse files
authored
Support get_cfg_var()
1 parent 70487fe commit 1097ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/Deprecations/CallWithDeprecatedIniOptionRule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class CallWithDeprecatedIniOptionRule implements Rule
2828
'ini_set',
2929
'ini_alter',
3030
'ini_restore',
31+
'get_cfg_var',
3132
];
3233

3334
private const DEPRECATED_OPTIONS = [

0 commit comments

Comments
 (0)