File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ level. For example::
199
199
}
200
200
201
201
.. versionadded :: 2.4
202
- The :method: `Symfony\\ Component\C onsole\\ Output\\ Output::isQuiet `,
203
- :method: `Symfony\\ Component\C onsole\\ Output\\ Output::isVerbose `,
204
- :method: `Symfony\\ Component\C onsole\\ Output\\ Output::isVeryVerbose ` and
205
- :method: `Symfony\\ Component\C onsole\\ Output\\ Output::isDebug `
202
+ The :method: `Symfony\\ Component\\ Console\\ Output\\ Output::isQuiet `,
203
+ :method: `Symfony\\ Component\\ Console\\ Output\\ Output::isVerbose `,
204
+ :method: `Symfony\\ Component\\ Console\\ Output\\ Output::isVeryVerbose ` and
205
+ :method: `Symfony\\ Component\\ Console\\ Output\\ Output::isDebug `
206
206
methods were introduced in version 2.4
207
207
208
208
There are also more semantic methods you can use to test for each of the
@@ -225,7 +225,7 @@ verbosity levels::
225
225
}
226
226
227
227
When the quiet level is used, all output is suppressed as the default
228
- :method: `Symfony\C omponent\C onsole\O utput::write <Symfony\\ Component\\ Console\\ Output::write> `
228
+ :method: `Symfony\C omponent\C onsole\O utput::write <Symfony\\ Component\\ Console\\ Output\\ Output ::write> `
229
229
method returns without actually printing.
230
230
231
231
.. tip ::
You can’t perform that action at this time.
0 commit comments