cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

Controller action methods are marked as non used #291

Closed antonfries closed 4 years ago

antonfries commented 5 years ago

unusedActionsInControllers

kamilmaliszewski commented 4 years ago

+1

cedricziel commented 4 years ago

Hint to my future-self: this could potentially be solved by a InspectionSuppressor on the method when the parent class ends in Controller.