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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Ignore only stream_select errors due to signal interruptions (#338)
Fixes stream_select handling on signal interruptions on PHP 8 and
avoids suppressing errors that shouldn't be suppressed.
Improve type definition for combinators (any, first, some) (#334)