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
Fix more cases of potentially passing non-string to string functions
Ignore read or uncompress errors explicitly by treating a `false`
return value as empty string. `BinaryStream::write()` already handles
`false` values for `$data` by writing nothing, so this seems to be the
original intention.
0 commit comments