devilbox icon indicating copy to clipboard operation
devilbox copied to clipboard

Fix typo _connect_erro

Open s0nea opened this issue 10 months ago • 0 comments

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: https://github.com/cytopia/devilbox/issues/1018#issuecomment-2036566688

s0nea avatar Apr 04 '24 09:04 s0nea