Unable to use PR from Nov 23, 2015, i created this one:
Now the command is using Choices to let the user choose which state machine of the existing ones instead he wanna see, instead of ask and then check if exists on the config
Now the command is compatible with Symfony 2 and 3 versions, table helper is removed on Symfony3
The table is being draw as @winzou commented on the previous PR
The if null comparison could be removed removing the abstract class, in my human opinion make no sense to do it on Symfony style, its purpose is not to catch a parameter that is missed, is to prompt the Choice Question if there is not.
Unable to use PR from Nov 23, 2015, i created this one:
if null
comparison could be removed removing the abstract class, in my human opinion make no sense to do it on Symfony style, its purpose is not to catch a parameter that is missed, is to prompt the Choice Question if there is not.