dereuromark / cakephp-queue

Queue plugin for CakePHP - simple, pure PHP and without dependencies.
MIT License
306 stars 137 forks source link

fix exception error on phpstan #332

Closed LordSimal closed 2 years ago

LordSimal commented 2 years ago

Seems like PHPStan doesn't understand the alias we are setting via

class_alias('Cake\Core\Exception\CakeException', 'Cake\Core\Exception\Exception');

So I used the new exception class now.