-
-
Notifications
You must be signed in to change notification settings - Fork 597
Move AUTH_* constans to dedicated class #955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
good first issue
Ideal for your first contribution!
Comments
ipalo
added a commit
to ipalo/php-github-api
that referenced
this issue
Oct 30, 2021
… with AuthMethod::AUTH_* const
I'm working on it, let me know your comment on my PR 🖖 |
ipalo
added a commit
to ipalo/php-github-api
that referenced
this issue
Oct 30, 2021
ipalo
added a commit
to ipalo/php-github-api
that referenced
this issue
Oct 31, 2021
ipalo
added a commit
to ipalo/php-github-api
that referenced
this issue
Oct 31, 2021
ipalo
added a commit
to ipalo/php-github-api
that referenced
this issue
Nov 1, 2021
acrobat
pushed a commit
that referenced
this issue
Nov 2, 2021
…ce them with AuthMethod::AUTH_* const (ipalo) This PR was squashed before being merged into the 3.4.x-dev branch. Discussion ---------- Contribution for #955 Commits ------- 11c2d9f refs #955: deprecate Client::AUTH_* constants and replace them with AuthMethod::AUTH_* const f4774d0 refs #955: revert the Client::AUTH_* deletion (BC) e7f1ab9 refs #955: fix CR issues c9cf54e refs #955: add upgrade to v4.0 notes ec6656c refs #955: set public all constants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deprecate the AUTH_ constants in the
Client
class and move them to a dedicatedAuthMethods
class.The text was updated successfully, but these errors were encountered: