@@ -199,10 +199,10 @@ level. For example::
199199 }
200200
201201..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 `
206206 methods were introduced in version 2.4
207207
208208There are also more semantic methods you can use to test for each of the
@@ -225,7 +225,7 @@ verbosity levels::
225225 }
226226
227227When 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> `
229229method returns without actually printing.
230230
231231..tip ::