-
-
Notifications
You must be signed in to change notification settings - Fork 454
[12.0] Support for Personal Access Token endpoints #827
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: 12.0
Are you sure you want to change the base?
Conversation
src/Api/PersonalAccessTokens.php
Outdated
* @var \DateTimeInterface $last_used_before return tokens used after the given time (inclusive) | ||
* } | ||
* | ||
* @return mixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move all return types to be real return types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions. |
The PR is still valid, and the feedback has been addressed. |
Recreating #797 against the latest project branch.
Closes #796