it seems a recent version of hhvm did a BC break, builds that have been successful now fail with
Fatal error: Uncaught TypeError: Argument 1 passed to spec\Http\Client\Exception\HttpExceptionSpec::let()
must implement interface Psr\Http\Message\RequestInterface, PhpSpec\Wrapper\Collaborator given
in /home/travis/build/php-http/httplug/spec/Exception/HttpExceptionSpec.php:14
Q
A
Bug fix?
no
New feature?
no
BC breaks?
no
Deprecations?
no
Related tickets
-
Documentation
-
License
MIT
What's in this PR?
Drop HHVM support
Why?
HHVM build stopped working, and HHVM seems not relevant enough anymore to figure out why.
it seems a recent version of hhvm did a BC break, builds that have been successful now fail with
What's in this PR?
Drop HHVM support
Why?
HHVM build stopped working, and HHVM seems not relevant enough anymore to figure out why.
Checklist
no changelog entry and no doc change needed.