codeigniter4 / tasks

Task Scheduler for CodeIgnter 4
https://tasks.codeigniter.com/
MIT License
94 stars 21 forks source link

refactor: add assert() for PHPStan #172

Closed kenjis closed 1 month ago

kenjis commented 1 month ago

Description

Error: Binary operation "%" between string and non-empty-string&numeric-string results in an error.
 ------ ------------------------------------------------------ 
  Line   src/CronExpression.php                                
 ------ ------------------------------------------------------ 
  154    Binary operation "%" between string and               
         non-empty-string&numeric-string results in an error.  
 ------ ------------------------------------------------------ 

https://github.com/codeigniter4/tasks/actions/runs/10093662663/job/27909864651?pr=171

Checklist:

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10105577918

Details


Totals Coverage Status
Change from base Build 9986768704: 0.0%
Covered Lines: 336
Relevant Lines: 444

💛 - Coveralls