Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjgarlin committed Feb 20, 2024
1 parent e74ad8d commit 2d4f293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/PersonalAccessTokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PersonalAccessTokens extends AbstractApi
* @var string $search search text
* @var string $state state of the token
* @var int $user_id tokens belonging to the given user
* @var book $revoked whether the token is revoked or not
* @var bool $revoked whether the token is revoked or not
* @var \DateTimeInterface $created_before return tokens created before the given time (inclusive)
* @var \DateTimeInterface $created_after return tokens created after the given time (inclusive)
* @var \DateTimeInterface $last_used_after return tokens used before the given time (inclusive)
Expand Down

0 comments on commit 2d4f293

Please sign in to comment.