### 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 1. Sniff will work without Magento instance. 2. Sniff will work in IDE.