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 typo _connect_erro #1020

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

s0nea
Copy link

@s0nea s0nea commented Apr 4, 2024

Fix typo in _connect_erro

Goal

The PR is intended to prevent PHP8.2 deprecation warning that happens because of the _connect_erro <-> _connect_errno typo.

DESCRIPTION

Correct _connect_erro to _connect_errno in order to prevent PHP8.2 deprecation warning for creating dynamic properties.

The issue is mentioned here: #1018 (comment)

Correct _connect_erro to _connect_errno in order to prevent PHP8.2
deprecation warning for creating dynamic properties.

Signed-off-by: Tatjana Dehler <tatjanadehler@gmail.com>
@s0nea s0nea mentioned this pull request Apr 4, 2024
5 tasks
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.

None yet

1 participant