Skip to content

Commit 8a6e742

Browse files
committed
ACPT-826
1 parent 3ab1ab2 commit 8a6e742

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/code/Magento/AsyncConfig/Plugin/Controller/System/Config/SaveAsyncConfigPlugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ class SaveAsyncConfigPlugin
3232
/**
3333
* @var RedirectFactory
3434
*/
35-
private RedirectFactory $resultRedirectFactory;
35+
private $resultRedirectFactory;
3636

3737
/**
3838
* @var ManagerInterface
3939
*/
40-
private ManagerInterface $messageManager;
40+
private $messageManager;
4141

4242
/**
4343
* @var const
@@ -66,7 +66,7 @@ public function __construct(
6666
}
6767

6868
/**
69-
* around Config save controller
69+
* Around Config save controller
7070
*
7171
* @param Save $subject
7272
* @param callable $proceed

app/code/Magento/Config/Controller/Adminhtml/System/AbstractConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ abstract class AbstractConfig extends \Magento\Backend\App\AbstractAction
3131
protected $_configStructure;
3232

3333
/**
34+
* @var mixed
3435
* @deprecated 101.0.0
3536
* @see Nothing
3637
*/

0 commit comments

Comments
 (0)