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 <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst authored and blizzz committed Jun 21, 2022
1 parent 745bece commit 03a2f77
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 03a2f77

Please sign in to comment.