diff --git a/src/Command/StatusCommand.php b/src/Command/StatusCommand.php index 999cc09c..d2c9d370 100644 --- a/src/Command/StatusCommand.php +++ b/src/Command/StatusCommand.php @@ -33,7 +33,7 @@ class StatusCommand extends Command public const CODE_STATUS_MISSING = 2; /** - * Exit code for when status command is run and there are no missing migations, + * Exit code for when status command is run and there are no missing migrations, * but does have down migrations * * @var int