Skip to content

Fix error handling in Stream::getContents() #210

Fix error handling in Stream::getContents()

Fix error handling in Stream::getContents() #210

Re-run triggered December 12, 2023 05:39
Status Failure
Total duration 37s
Artifacts

tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Tests PHP nightly
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpspec/prophecy v1.17.0 requires php ^7.2 || 8.0.* || 8.1.* || 8.2.* -> your php version (8.4.0-dev) does not satisfy that requirement. - phpspec/prophecy v1.18.0 requires php ^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* -> your php version (8.4.0-dev) does not satisfy that requirement. - Root composer.json requires phpspec/prophecy ^1.17 -> satisfiable by phpspec/prophecy[v1.17.0, v1.18.0].
Tests PHP nightly
Process completed with exit code 2.
Tests PHP 8.2: src/Request.php#L274
No error to ignore is reported on line 274.
Tests PHP 8.2: src/Stream.php#L417
Parameter #1 $stream of function stream_get_contents expects resource, resource|null given.
Tests PHP 8.2
Process completed with exit code 1.