We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a16e921
Add disallowedSuperglobals rule to disallow usage of:
disallowedSuperglobals
$_GET
$_POST
$GLOBALS
Done by detecting disallowed variables that are not defined in the current scope (#105, thanks @ekisu!)