Skip to content

Commit 909beac

Browse files
committed
Fixed deprecated messages
1 parent a74f4a5 commit 909beac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Backend/App/AbstractAction.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
/**
2121
* Generic backend controller
2222
*
23+
* @deprecated Use \Magento\Framework\App\ActionInterface
24+
*
2325
* phpcs:disable Magento2.Classes.AbstractApi
2426
* @api
2527
* @SuppressWarnings(PHPMD.NumberOfChildren)

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 2.4.0, use \Magento\Framework\App\ActionInterface
26+
* @deprecated Use \Magento\Framework\App\ActionInterface
2727
*
2828
* phpcs:disable Magento2.Classes.AbstractApi
2929
* @api

0 commit comments

Comments
 (0)