winzou / StateMachineBundle

MIT License
338 stars 43 forks source link

Fix debug command when callback on is not defined or is string #50

Closed wadjeroudi closed 5 years ago

wadjeroudi commented 5 years ago

It fixes the notice exception when $callback['on'] is not defined because you can choose to fire the callback for all transitions. It also fixes the #47 issue