Description
LiteralNamespacesSniff should not check class_exists($className) || interface_exists($className).
Expected behavior
Sniff should be rewritten in order to make static check and not rely on loaded Magento classes and interfaces.
Benefits
- Sniff will work without Magento instance.
- Sniff will work in IDE.