Skip to content

Commit d0b8de4

Browse files
committed
Merge pull request symfony#3424 from danielcsgomes/fix_broken_urls
Fixed broken urls
2 parents 780cd22 + 49a02dc commit d0b8de4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/console/introduction.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ level. For example::
199199
}
200200

201201
.. versionadded:: 2.4
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`
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

208208
There are also more semantic methods you can use to test for each of the
@@ -225,7 +225,7 @@ verbosity levels::
225225
}
226226

227227
When the quiet level is used, all output is suppressed as the default
228-
:method:`Symfony\Component\Console\Output::write <Symfony\\Component\\Console\\Output::write>`
228+
:method:`Symfony\Component\Console\Output::write <Symfony\\Component\\Console\\Output\\Output::write>`
229229
method returns without actually printing.
230230

231231
.. tip::

0 commit comments

Comments
 (0)