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
Second this, most of the warnings are due to implementing the ArrayAccess interface and not matching the return type on the function signatures. Would be nice to have these warnings gone, but would bump min PHP version to 7.
PHP 5 should not be supported anymore. It is obsolete and is a security risk since no more patches are done for it. Therefore, drop PHP 5 support and make the minimum support version 7 (or even 8). Fix all the very annoying deprecated warnings.
We're on PHP8.1 now and there are deprecation warnings abound! Why are you still generating code for PHP 5?
The text was updated successfully, but these errors were encountered: