codeigniter4 / queue

Queues for the CodeIgniter 4 framework
https://queue.codeigniter.com/
MIT License
45 stars 12 forks source link

refactor: fix type inconsistency and more #12

Closed michalsn closed 10 months ago

michalsn commented 10 months ago

Description This PR is based on @kenjis PR: #11. It fixes some more errors catched by phpstan and adds slightly better validation for command options.

Since these are valid calls, I had to suppress calls to methods: QueueJobFailedModel::affectedRows() and QueueJobFailedModel::truncate(). I guess phpstan can't get what we do in the model.

Checklist: