-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
4.0.0-a1, 3.3.3
-
None
The code sniffer's unused use statement extension behaves incorrectly in the following scenarios:
- Cannot handle use statements for functions.
- Prohibits adding classes in the global namespace to use statements.
- The checks for prohibiting using the full name of a class is fooled by leading backslashes.