Skip to content

refactor: fix type inconsistency #32

refactor: fix type inconsistency

refactor: fix type inconsistency #32

Triggered via pull request December 17, 2023 05:14
Status Failure
Total duration 47s
Artifacts

phpstan.yml

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

Annotations

18 errors
PHP 8.2 Static Analysis: src/Commands/QueueWork.php#L195
Call to an undefined method CodeIgniter\Queue\Interfaces\JobInterface::getTries().
PHP 8.2 Static Analysis: src/Commands/QueueWork.php#L197
Call to an undefined method CodeIgniter\Queue\Interfaces\JobInterface::getRetryAfter().
PHP 8.2 Static Analysis: src/Handlers/BaseHandler.php#L59
Call to an undefined method CodeIgniter\Queue\Handlers\BaseHandler::push().
PHP 8.2 Static Analysis: src/Handlers/BaseHandler.php#L72
Call to an undefined method CodeIgniter\Queue\Models\QueueJobFailedModel::affectedRows().
PHP 8.2 Static Analysis: src/Handlers/BaseHandler.php#L84
Call to an undefined method CodeIgniter\Queue\Models\QueueJobFailedModel::truncate().
PHP 8.2 Static Analysis: src/Handlers/PredisHandler.php#L97
Parameter #2 $fields of method Predis\ClientInterface::hdel() expects array, int given.
PHP 8.2 Static Analysis: src/Handlers/PredisHandler.php#L112
Parameter #2 $fields of method Predis\ClientInterface::hdel() expects array, int given.
PHP 8.2 Static Analysis: src/Handlers/PredisHandler.php#L125
Parameter #2 $fields of method Predis\ClientInterface::hdel() expects array, int given.
PHP 8.2 Static Analysis
Process completed with exit code 1.
PHP 8.1 Static Analysis: src/Commands/QueueWork.php#L195
Call to an undefined method CodeIgniter\Queue\Interfaces\JobInterface::getTries().
PHP 8.1 Static Analysis: src/Commands/QueueWork.php#L197
Call to an undefined method CodeIgniter\Queue\Interfaces\JobInterface::getRetryAfter().
PHP 8.1 Static Analysis: src/Handlers/BaseHandler.php#L59
Call to an undefined method CodeIgniter\Queue\Handlers\BaseHandler::push().
PHP 8.1 Static Analysis: src/Handlers/BaseHandler.php#L72
Call to an undefined method CodeIgniter\Queue\Models\QueueJobFailedModel::affectedRows().
PHP 8.1 Static Analysis: src/Handlers/BaseHandler.php#L84
Call to an undefined method CodeIgniter\Queue\Models\QueueJobFailedModel::truncate().
PHP 8.1 Static Analysis: src/Handlers/PredisHandler.php#L97
Parameter #2 $fields of method Predis\ClientInterface::hdel() expects array, int given.
PHP 8.1 Static Analysis: src/Handlers/PredisHandler.php#L112
Parameter #2 $fields of method Predis\ClientInterface::hdel() expects array, int given.
PHP 8.1 Static Analysis: src/Handlers/PredisHandler.php#L125
Parameter #2 $fields of method Predis\ClientInterface::hdel() expects array, int given.
PHP 8.1 Static Analysis
Process completed with exit code 1.