]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/ExternalBaseUserProvider.php
Addressed test failures from users API changes
[bookstack] / app / Auth / Access / ExternalBaseUserProvider.php
index dc765ddc53a587dd399f70f7cf27ac12eae386c7..122425c1157f33618049b550ca51169a9c9eef98 100644 (file)
@@ -64,7 +64,7 @@ class ExternalBaseUserProvider implements UserProvider
      * Update the "remember me" token for the given user in storage.
      *
      * @param Authenticatable $user
-     * @param string                                     $token
+     * @param string          $token
      *
      * @return void
      */
@@ -94,7 +94,7 @@ class ExternalBaseUserProvider implements UserProvider
      * Validate a user against the given credentials.
      *
      * @param Authenticatable $user
-     * @param array                                      $credentials
+     * @param array           $credentials
      *
      * @return bool
      */