Skip to content

Commit d857b89

Browse files
authored
Update annotation
1 parent 90b3785 commit d857b89

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/Action

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Action/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* It contains standard action behavior (event dispatching, flag checks)
2424
* Action classes that do not extend from this class will lose this behavior and might not function correctly
2525
*
26-
* @deprecated You should avoid inheritance in your controllers
26+
* @deprecated Inheritance in controllers should be avoided in favor of composition
2727
* @see \Magento\Framework\App\ActionInterface
2828
*
2929
* phpcs:disable Magento2.Classes.AbstractApi

0 commit comments

Comments
 (0)