]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/AuthTest.php
Fixes for CodeStyle vol.2
[bookstack] / tests / Auth / AuthTest.php
index b4b99d1300aeacc5fa64df7cf2102ef1ab272a52..657728c175e712e8d075ed2436483b1e6c2dacd9 100644 (file)
@@ -332,7 +332,7 @@ class AuthTest extends BrowserKitTest
         $user = $this->getEditor();
         $mfaSession = $this->app->make(MfaSession::class);
 
-        $mfaSession->markVerifiedForUser($user);;
+        $mfaSession->markVerifiedForUser($user);
         $this->assertTrue($mfaSession->isVerifiedForUser($user));
 
         $this->asAdmin()->visit('/logout');