Constants inconsistence #6
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
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.
The text was updated successfully, but these errors were encountered: