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 Warning] Deprecated: Creation of dynamic property is deprecated #9

Open
dany-eudes opened this issue Oct 30, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@dany-eudes
Copy link

What happened?

In PHP 8.2 the creation of dynamic property is deprecated.

The warning appears in property Fumeapp\Humble\Guards\HumbleGuard::$token
vendor\acidjazz\humble\src\Guards\HumbleGuard.php on line 181

Expected Behavior

No response

Steps To Reproduce

Under PHP 8.2, do a login successfully using GET api/login/{token} and you'll see this warning message through the debug bar Not a bug, but it's better to keep an eye on.

@dany-eudes dany-eudes added the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant