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 May 13, 2023. It is now read-only.
Activity
dbu commentedon Jul 6, 2020
i wonder if we don't want to add the upper bound anyways. then at least in the future, we are more robust.
GrahamCampbell commentedon Jul 6, 2020
An upperbound would be a good idea, because almost certainly PHP 9 will have totally deleted the concept of a resource, so things like https://github.com/php-http/message-factory/blob/master/src/StreamFactory.php#L17 need updating with whatever the replacement for fopen's return type is, and related types.