update patch 1
This commit is contained in:
+7
-2
@@ -54,12 +54,17 @@ class NullOutput implements OutputInterface
|
||||
|
||||
public function getVerbosity(): int
|
||||
{
|
||||
return self::VERBOSITY_QUIET;
|
||||
return self::VERBOSITY_SILENT;
|
||||
}
|
||||
|
||||
public function isSilent(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function isQuiet(): bool
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public function isVerbose(): bool
|
||||
|
||||
Reference in New Issue
Block a user