Skip to content

Commit dd78a78

Browse files
authored
Cs
1 parent 1097ced commit dd78a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Deprecations/CallWithDeprecatedIniOptionRule.php

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

3434
private const DEPRECATED_OPTIONS = [

0 commit comments

Comments
 (0)