We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 973654b + 29ef7af commit 386fa63Copy full SHA for 386fa63
Output/NullOutput.php
@@ -74,6 +74,26 @@ public function getVerbosity()
74
{
75
return self::VERBOSITY_QUIET;
76
}
77
+
78
+ public function isQuiet()
79
+ {
80
+ return true;
81
+ }
82
83
+ public function isVerbose()
84
85
+ return false;
86
87
88
+ public function isVeryVerbose()
89
90
91
92
93
+ public function isDebug()
94
95
96
97
98
/**
99
* {@inheritdoc}
0 commit comments