Skip to content

Commit

Permalink
Psalm-annotate IToken::getType
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst authored and blizzz committed Apr 7, 2022
1 parent a729e7f commit 7e07485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Authentication/Token/IToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public function getRemember(): int;
* Get the token type
*
* @return int
* @psalm-return IToken::DO_NOT_REMEMBER|IToken::REMEMBER
*/
public function getType(): int;

Expand Down

0 comments on commit 7e07485

Please sign in to comment.