1.2 to 1.x #51
tests.yml
on: pull_request
Code Coverage
12s
PHPStan
11s
Matrix: tests
Annotations
2 errors
|
PHPStan:
src/RejectedPromise.php#L0
Ignored error pattern #^Method Http\\Promise\\RejectedPromise\:\:then\(\) should return Http\\Promise\\Promise\<V\> but returns Http\\Promise\\RejectedPromise\<mixed\>\.$# (return.type) in path /github/workspace/src/RejectedPromise.php was not matched in reported errors.
|
|
PHPStan:
src/FulfilledPromise.php#L0
Ignored error pattern #^Method Http\\Promise\\FulfilledPromise\:\:then\(\) should return Http\\Promise\\Promise\<V\> but returns Http\\Promise\\RejectedPromise\<mixed\>\.$# (return.type) in path /github/workspace/src/FulfilledPromise.php was not matched in reported errors.
|