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.
1 parent a5d3e92 commit d644346Copy full SHA for d644346
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