We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b3785 commit d857b89Copy full SHA for d857b89
lib/internal/Magento/Framework/App/Action/Action.php
@@ -23,7 +23,7 @@
23
* It contains standard action behavior (event dispatching, flag checks)
24
* Action classes that do not extend from this class will lose this behavior and might not function correctly
25
*
26
- * @deprecated You should avoid inheritance in your controllers
+ * @deprecated Inheritance in controllers should be avoided in favor of composition
27
* @see \Magento\Framework\App\ActionInterface
28
29
* phpcs:disable Magento2.Classes.AbstractApi
0 commit comments