You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$stateName = $this->ask(\sprintf('Choose a class name for your state %s (e.g. <fg=yellow>AwesomeState%s</>)', strtolower($stateType), ucfirst($stateType)));
43
+
if (null === $stateName || '' === $stateName) {
44
+
$this->error('[ERROR] The name argument cannot be blank.');
$stateName = $this->ask(\sprintf('Choose a class name for your state %s (e.g. <fg=yellow>AwesomeState%s</>)', strtolower($stateType), ucfirst($stateType)));
72
-
if (empty($stateName)) {
73
-
$this->error('[ERROR] This value cannot be blank.');
0 commit comments