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
Fixed PHP 8.4 deprecations for optional parameters declared before required parameters (dropped redundant defaults on already-required leading params; no signature or nullability changes).