File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
src/Symfony/Component/Console/Style Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -113,4 +113,36 @@ public function getFormatter()
113113 {
114114 return $ this ->output ->getFormatter ();
115115 }
116+
117+ /**
118+ * {@inheritdoc}
119+ */
120+ public function isQuiet ()
121+ {
122+ return $ this ->output ->isQuiet ();
123+ }
124+
125+ /**
126+ * {@inheritdoc}
127+ */
128+ public function isVerbose ()
129+ {
130+ return $ this ->output ->isVerbose ();
<
972C
td data-grid-cell-id="diff-dda3c91564513517cab586b802e051b949b02565c83e3b66b0e9fe4cdf7cb9bf-115-131-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">131+ }
132+
133+ /**
134+ * {@inheritdoc}
135+ */
136+ public function isVeryVerbose ()
137+ {
138+ return $ this ->output ->isVeryVerbose ();
139+ }
140+
141+ /**
142+ * {@inheritdoc}
143+ */
144+ public function isDebug ()
145+ {
146+ return $ this ->output ->isDebug ();
147+ }
116148}
You can’t perform that action at this time.
0 commit comments