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

Update Cluster.php to fix issue with PHP version 8.3 #192

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

jobnoam
Copy link

@jobnoam jobnoam commented Dec 16, 2024

Need to declare this variable on top on PHP version 3 or we will get the warning: Deprecated: Creation of dynamic property Credis_Cluster::$replicas is deprecated in vendor/colinmollenhour/credis/Cluster.php on line 86

Need to declare this variable on top on PHP version 3 or we will get the warning:
Deprecated: Creation of dynamic property Credis_Cluster::$replicas is deprecated in vendor/colinmollenhour/credis/Cluster.php on line 86
@colinmollenhour colinmollenhour merged commit db2c032 into colinmollenhour:master Dec 17, 2024
@colinmollenhour
Copy link
Owner

Thanks!

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