yohang / Finite

A Simple PHP Finite State Machine
http://yohan.giarel.li/Finite
MIT License
1.31k stars 188 forks source link

Unset "disabled" param in ArrayLoader #66

Closed barograf closed 8 years ago

barograf commented 10 years ago

Param "disabled" should be unset before passing specs to CallbackHandler. Otherwise it may cause an error because CallbackHandler's OptionResolver does not set default value for "disabled" param.

yohang commented 9 years ago

Hi,

I won't merge feature or fix on CallbackHandler for the moment, as a complete refactoring will be merged soon : #51