Skip to content

Feature | Add assertSentInOrder assertion to MockClient #473

Feature | Add assertSentInOrder assertion to MockClient

Feature | Add assertSentInOrder assertion to MockClient #473

Triggered via pull request June 9, 2024 10:01
Status Failure
Total duration 32s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Http/Connector.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Http/Connector.php was not matched in reported errors.
phpstan: src/Http/PendingRequest.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Http/PendingRequest.php was not matched in reported errors.
phpstan: src/Http/Request.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Http/Request.php was not matched in reported errors.
phpstan: src/Repositories/ArrayStore.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Repositories/ArrayStore.php was not matched in reported errors.
phpstan: src/Repositories/Body/ArrayBodyRepository.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Repositories/Body/ArrayBodyRepository.php was not matched in reported errors.
phpstan: src/Repositories/Body/MultipartBodyRepository.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Repositories/Body/MultipartBodyRepository.php was not matched in reported errors.
phpstan: src/Repositories/Body/StreamBodyRepository.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Repositories/Body/StreamBodyRepository.php was not matched in reported errors.
phpstan: src/Repositories/Body/StringBodyRepository.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Repositories/Body/StringBodyRepository.php was not matched in reported errors.
phpstan: src/Repositories/IntegerStore.php#L1
Ignored error pattern #^Parameter \#2 \$ of callable callable\(\$this, TValue\)\: void expects TValue\, array\|float\|int\|string\|false\|null given.$# in path /home/runner/work/saloon/saloon/src/Repositories/IntegerStore.php was not matched in reported errors.
phpstan: src/Traits/Conditionable.php (in context of class Saloon/Http/Connector)#L32
Parameter #2 of callable callable($this, TValue): void expects TValue, array|float|int|string|false|null given.
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.