Finite icon indicating copy to clipboard operation
Finite copied to clipboard

Forcing State::getName to return a string.

Open InFog opened this issue 6 years ago • 0 comments

I have a specific case where numbers (integers) are used as state names.

For some reason creating the state machine even with integers as strings, like "0" or "10", will make getName()/__toString() fail because it does not return a string.

InFog avatar Dec 18 '18 13:12 InFog