Skip to content

Commit 866558e

Browse files
committed
AC-13306::Adobe Commerce 2.4.8 core code is compatible with PHP 8.4
1 parent 44aeb37 commit 866558e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TwoFactorAuth/Model/Provider/Engine/DuoSecurity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ class DuoSecurity implements EngineInterface
8787
public function __construct(
8888
ScopeConfigInterface $scopeConfig,
8989
UrlInterface $urlBuilder,
90-
Client $client = null,
91-
DuoAuth $duoAuth = null
90+
?Client $client = null,
91+
?DuoAuth $duoAuth = null
9292
) {
9393
$this->scopeConfig = $scopeConfig;
9494
$this->urlBuilder = $urlBuilder;

0 commit comments

Comments
 (0)