codeigniter4 / queue

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

No return type in Services::queue() #3

Closed kenjis closed 11 months ago

kenjis commented 11 months ago

https://github.com/michalsn/codeigniter-queue/blob/2ff57f5858934e9385450b55fd821ca7aff4702e/src/Config/Services.php#L11

This causes the following PHPStan (phpstan-codeigniter) error.

 ------ --------------------------------------------- 
  Line   app/Events/NewPostEvent.php                  
 ------ --------------------------------------------- 
  66     Service method 'queue' returns mixed.        
         💡 Perhaps you forgot to add a return type?  
 ------ ---------------------------------------------