]> git.mxchange.org Git - friendica.git/commitdiff
add anything ..
authorPhilipp <admin@philipp.info>
Sat, 25 Jun 2022 21:06:42 +0000 (23:06 +0200)
committerPhilipp <admin@philipp.info>
Sat, 25 Jun 2022 21:06:42 +0000 (23:06 +0200)
tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php

index baddfb3791043a4c1664a95c42570fa619cef649..7bb07a13351cb561066461b56c01c05e7bf3e520 100644 (file)
@@ -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);