Skip to content

Commit 57e6474

Browse files
committed
import_request_variables function got removed, it's not deprecated
1 parent 2bff057 commit 57e6474

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PHP/CodeSniffer/Standards/PHP54Compatibility/Sniffs/PHP/DeprecatedFunctionsSniff.php

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class PHP54Compatibility_Sniffs_PHP_DeprecatedFunctionsSniff extends Generic_Sni
4040
'get_magic_quotes_gpc' => null,
4141
'get_magic_quotes_runtime' => null,
4242
'set_magic_quotes_runtime' => null,
43-
'import_request_variables' => null,
4443
);
4544

4645
/**

0 commit comments

Comments
 (0)