josegonzalez / cakephp-queuesadilla

CakePHP3: easily run background jobs on various message backends
https://cakephp-queuesadilla.readthedocs.org/en/latest/
MIT License
34 stars 14 forks source link

Queue::push param $callable mixed? #31

Closed delamux closed 5 years ago

delamux commented 5 years ago

According with this documentation

The Queue::push method accepts mixed param, right?

line 279

josegonzalez commented 5 years ago

That is still a callable.