3.3.0
New sniffs:
FullyQualifiedGlobalFunctionsSniff
: All references to global functions must be referenced via a fully qualified nameFullyQualifiedGlobalConstantsSniff
: All references to global constants must be referenced via a fully qualified name
Fixes:
UseStatement
: Constant name are not case insensitiveReferencedNameHelper
: Type hints of variadic parameters and parameters passed by reference wasn't recognized