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
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
There is a
break;on line 101 that isn't in a loop or switch, this causes an error in PHP 7.0.It is accompanied by this comment:
need to simulate same behavior if exceptions are turned offIs it safe to simply comment out line 101?