Skip to content

Commit debad2b

Browse files
ACQE-7352: Fix spomky-labs/otphp deprecation messages
Fix static checks build error
1 parent d02953b commit debad2b

File tree

1 file changed

+6
-6
lines changed
  • src/Magento/FunctionalTestingFramework/DataTransport/Auth/Tfa

1 file changed

+6
-6
lines changed

src/Magento/FunctionalTestingFramework/DataTransport/Auth/Tfa/OTP.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ private static function create($path)
5959
}
6060

6161
self::$totps[$path] = TOTP::create(
62-
$secret,
63-
TOTP::DEFAULT_PERIOD,
64-
TOTP::DEFAULT_DIGEST,
65-
TOTP::DEFAULT_DIGITS,
66-
TOTP::DEFAULT_EPOCH,
67-
new DateTimeImmutable()
62+
$secret,
63+
TOTP::DEFAULT_PERIOD,
64+
TOTP::DEFAULT_DIGEST,
65+
TOTP::DEFAULT_DIGITS,
66+
TOTP::DEFAULT_EPOCH,
67+
new DateTimeImmutable()
6868
);
6969
self::$totps[$path]->setIssuer('MFTF');
7070
self::$totps[$path]->setLabel('MFTF Testing');

0 commit comments

Comments
 (0)