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 44aeb37 commit 866558eCopy full SHA for 866558e
TwoFactorAuth/Model/Provider/Engine/DuoSecurity.php
@@ -87,8 +87,8 @@ class DuoSecurity implements EngineInterface
87
public function __construct(
88
ScopeConfigInterface $scopeConfig,
89
UrlInterface $urlBuilder,
90
- Client $client = null,
91
- DuoAuth $duoAuth = null
+ ?Client $client = null,
+ ?DuoAuth $duoAuth = null
92
) {
93
$this->scopeConfig = $scopeConfig;
94
$this->urlBuilder = $urlBuilder;
0 commit comments