phpstan-magento
phpstan-magento copied to clipboard
Feature Request: Add tips for rule errors
Similar to what happens in PHPStan core, add tips to the rule errors we output to provide some more background information on why the rule was triggered and how to fix it. For the depreciation rules, we could additionally link to the Magento Devdocs.
See RuleErrorBuilder::tip().