Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 49a02dc

Browse filesBrowse files
committed
Fixed broken urls
1 parent 780cd22 commit 49a02dc
Copy full SHA for 49a02dc

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎components/console/introduction.rst

Copy file name to clipboardExpand all lines: components/console/introduction.rst
+5-5Lines changed: 5 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.