Skip to content

Commit 3ab1ab2

Browse files
committed
ACPT-826
1 parent 95b6fef commit 3ab1ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class SaveAsyncConfigPlugin
3737
/**
3838
* @var ManagerInterface
3939
*/
40-
private $messageManager;
40+
private ManagerInterface $messageManager;
4141

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

6868
/**
69+
* around Config save controller
6970
*
7071
* @param Save $subject
7172
* @param callable $proceed

0 commit comments

Comments
 (0)