Skip to content
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

PHP 8.1 fix for ctype_digit() deprecated error #1040

Merged
merged 1 commit into from
May 20, 2023

Conversation

modevelops
Copy link
Contributor

Fix for PHP 8.1 deprecated error: ctype_digit(): Argument of type int will be interpreted as string in the future in bshaffer/oauth2-server-php/src/OAuth2/GrantType/JwtBearer.php

see https://www.php.net/manual/en/function.ctype-digit.php

Fix for PHP 8.1 deprecated error: ctype_digit(): Argument of type int will be interpreted as string in the future in `bshaffer/oauth2-server-php/src/OAuth2/GrantType/JwtBearer.php`

see https://www.php.net/manual/en/function.ctype-digit.php
@bshaffer bshaffer merged commit 541a9f7 into bshaffer:main May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants