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 135ffba commit ab153e9Copy full SHA for ab153e9
app/code/Magento/User/Controller/Adminhtml/User/InvalidateToken.php
@@ -57,7 +57,7 @@ public function __construct(
57
Registry $coreRegistry,
58
UserFactory $userFactory,
59
AdminTokenServiceInterface $tokenService,
60
- ForceSignIn $forceSignIn = null
+ ?ForceSignIn $forceSignIn = null
61
) {
62
parent::__construct($context, $coreRegistry, $userFactory);
63
$this->tokenService = $tokenService;
0 commit comments