In v1.x it had no $: `public const NEXT_STATE = 0;` In v2.x was wrongly renamed to string: `static int $NEXT_STATE = 0;` Moreover, it does not use Enum like in Stubs examples.
In v1.x it had no $:
public const NEXT_STATE = 0;In v2.x was wrongly renamed to string:
static int $NEXT_STATE = 0;Moreover, it does not use Enum like in Stubs examples.