Closed
Description
Rule
The use of final
keyword is prohibited.
Reason
Magento is a highly extensible and customizable platform.
Final classes and method are not compatible with plugins and proxies.
Implementation
Detect T_FINAL
token in the file.
Sniff should replace corresponding PHPMD rule.