From 449147bc1774cfa0cec1eab5edb7e1f255d843cb Mon Sep 17 00:00:00 2001 From: gary houbre Date: Mon, 23 Nov 2020 16:56:49 +0100 Subject: [PATCH] Added Invalid constant into Command Class --- src/Symfony/Component/Console/Command/Command.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Console/Command/Command.php b/src/Symfony/Component/Console/Command/Command.php index e5d4cf18a1f0e..d07d8b137430b 100644 --- a/src/Symfony/Component/Console/Command/Command.php +++ b/src/Symfony/Component/Console/Command/Command.php @@ -31,6 +31,7 @@ class Command { public const SUCCESS = 0; public const FAILURE = 1; + public const INVALID = 2; /** * @var string|null The default command name