We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4aade commit b5b95b8Copy full SHA for b5b95b8
TwoFactorAuth/Plugin/BypassTwoFactorAuthForTestFramework.php
@@ -8,6 +8,7 @@
8
9
namespace Magento\TwoFactorAuth\Plugin;
10
11
+use Closure;
12
use Magento\Backend\App\AbstractAction;
13
use Magento\Framework\Event\Observer;
14
use Magento\TestFramework\Request;
@@ -20,8 +21,8 @@ class BypassTwoFactorAuthForTestFramework
20
21
{
22
public function aroundExecute(
23
ControllerActionPredispatch $subject,
- Observer $observer,
24
- callable $proceed
+ Closure $proceed,
25
+ Observer $observer
26
) : void {
27
/** @var $controllerAction AbstractAction */
28
$controllerAction = $observer->getEvent()->getData('controller_action');
0 commit comments