Skip to content

Remove redundant flush argument from save method #13

Remove redundant flush argument from save method

Remove redundant flush argument from save method #13

Triggered via push October 10, 2024 15:44
Status Failure
Total duration 29s
Artifacts

lint-phpstan.yml

on: push
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
PHPStan (8.3, highest, ubuntu-latest)
❗️ PHPStan check failed (╯°益°)╯彡┻━┻
PHPStan (8.3, highest, ubuntu-latest): src/Bitrix24Accounts/UseCase/ChangeDomainUrl/Handler.php#L37
Call to an undefined method Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountInterface::emitEvents().
PHPStan (8.3, highest, ubuntu-latest): src/Bitrix24Accounts/UseCase/ChangeDomainUrl/Handler.php#L37
Variable $targetAccount in PHPDoc tag @var does not match any variable in the foreach loop: $event
PHPStan (8.3, highest, ubuntu-latest): src/Bitrix24Accounts/UseCase/RenewAuthToken/Handler.php#L57
Parameter #1 $callback of function array_map expects (callable(Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountInterface): mixed)|null, Closure(mixed, int): (Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountInterface|null) given.
PHPStan (8.3, highest, ubuntu-latest): src/Bitrix24Accounts/UseCase/Uninstall/Handler.php#L38
Call to an undefined method Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Repository\Bitrix24AccountRepositoryInterface::findByApplicationToken().
PHPStan (8.3, highest, ubuntu-latest)
Process completed with exit code 1.
PHPStan (8.3, highest, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (8.3, highest, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/