Skip to content

Commit a88d1c6

Browse files
javiereguiluzweaverryan
authored andcommitted
Reworded a note about BC
1 parent 28b98b9 commit a88d1c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/console/introduction.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ verbosity levels::
225225

226226
.. note::
227227

228-
For backwards compatibility reasons, these semantic methods do not exist in
229-
the ``OutputInterface`` class until Symfony 3.0. They are defined in the
230-
different implementations of the interface
231-
(e.g. :class:`Symfony\\Component\\Console\\Output\\Output`).
228+
These semantic methods are defined in the ``OutputInterface`` starting from
229+
Symfony 3.0. In previous Symfony versions they are defined in the different
230+
implementations of the interface (e.g. :class:`Symfony\\Component\\Console\\Output\\Output`)
231+
in order to keep backwards compatibility.
232232

233233
When the quiet level is used, all output is suppressed as the default
234234
:method:`Symfony\\Component\\Console\\Output\\Output::write` method returns

0 commit comments

Comments
 (0)