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

Fix dynamic property in InitialAvatar (PHP 8.2 deprecation) #59

Merged
merged 1 commit into from Jul 26, 2023

Conversation

LeSuisse
Copy link
Contributor

@LeSuisse LeSuisse commented Feb 3, 2023

The creation of a dynamic property is deprecated in PHP 8.2, the code throws notices:

Creation of dynamic property LasseRafn\InitialAvatarGenerator\InitialAvatar::$translato is deprecated

Also this dynamic property does not seem to exist on purpose.

The creation of a dynamic property is deprecated in PHP 8.2, the code
throws notices:
```
Creation of dynamic property LasseRafn\InitialAvatarGenerator\InitialAvatar::$translato is deprecated
```

Also this dynamic property does not seem to exist on purpose.
@LasseRafn
Copy link
Owner

Awesome, thanks!

@LasseRafn LasseRafn added the bug label Jul 26, 2023
@LasseRafn LasseRafn merged commit dfb41df into LasseRafn:master Jul 26, 2023
@LeSuisse LeSuisse deleted the fix-php82-deprecation branch July 26, 2023 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants