-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
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.
JosephLeedy, thomas-kl1 and xaevik