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: use dynamic class name instead of reference #2871

Merged

Conversation

yenfryherrerafeliz
Copy link
Contributor

To prevent check errors in PHP versions below to 8, I am changing the check for if self::$socket is an instance of \Socket by using dynamic class name instead of direct reference.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

To prevent check errors in PHP versions below to 8, I am changing the check for if self::$socket is an instance of \Socket by using dynamic class name instead of direct reference.
@stobrien89 stobrien89 merged commit 7473558 into aws:master Jan 24, 2024
15 checks passed
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