You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PHP 7.4 compatibility and method visibility issues
- Replace match() expression with switch statement for PHP 7.4 compatibility
- Change private methods to protected for better extensibility
- Remove temporary validation files
These changes should resolve CI failures related to PHP version compatibility.
0 commit comments