diff --git a/src/Service/LoginService.php b/src/Service/LoginService.php index 4822cde..cdc2e0e 100644 --- a/src/Service/LoginService.php +++ b/src/Service/LoginService.php @@ -82,7 +82,7 @@ public function login(Auth $auth, array $input) * * @param string $name The authenticated user name. * - * @param string $data Additional arbitrary user data. + * @param array $data Additional arbitrary user data. * * @param string $status The new authentication status. *