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
Document empty-argument behavior for all, any, and none
All three methods accept zero rules, but the existing PHPDoc left callers
to infer what the resulting rule would do. An empty `All` or `None` always
matches; an empty `Any` never does.
Co-authored-by: Dennis <47061464+dennisorlando@users.noreply.github.com>
0 commit comments