File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
AsyncConfig/Plugin/Controller/System/Config
Config/Controller/Adminhtml/System Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ class SaveAsyncConfigPlugin
32
32
/**
33
33
* @var RedirectFactory
34
34
*/
35
- private RedirectFactory $ resultRedirectFactory ;
35
+ private $ resultRedirectFactory ;
36
36
37
37
/**
38
38
* @var ManagerInterface
39
39
*/
40
- private ManagerInterface $ messageManager ;
40
+ private $ messageManager ;
41
41
42
42
/**
43
43
* @var const
@@ -66,7 +66,7 @@ public function __construct(
66
66
}
67
67
68
68
/**
69
- * around Config save controller
69
+ * Around Config save controller
70
70
*
71
71
* @param Save $subject
72
72
* @param callable $proceed
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ abstract class AbstractConfig extends \Magento\Backend\App\AbstractAction
31
31
protected $ _configStructure ;
32
32
33
33
/**
34
+ * @var mixed
34
35
* @deprecated 101.0.0
35
36
* @see Nothing
36
37
*/
You can’t perform that action at this time.
0 commit comments