From: Philipp Date: Sat, 25 Jun 2022 21:06:42 +0000 (+0200) Subject: add anything .. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2248850f78100cebe5bcc2d4d073e419b3352cc1;p=friendica.git add anything .. --- diff --git a/tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php b/tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php index baddfb3791..7bb07a1335 100644 --- a/tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php +++ b/tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php @@ -71,7 +71,7 @@ class TrustedBrowserTest extends MockedTest { $factory = new TrustedBrowser(new NullLogger()); - $uid = 42; + $uid = 42; $userAgent = 'PHPUnit'; $trustedBrowser = $factory->createForUserWithUserAgent($uid, $userAgent, true);