Skip to content

Commit 4cead7c

Browse files
committed
phpcs of getRememberToken
1 parent 658843b commit 4cead7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Authenticatable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function getAuthPassword(): string
5656
/**
5757
* Get the token value for the "remember me" session.
5858
*/
59-
public function getRememberToken(): ?string
59+
public function getRememberToken(): string|null
6060
{
6161
return $this->rememberToken;
6262
}

0 commit comments

Comments
 (0)