Skip to content

Commit

Permalink
More consistency stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Mar 24, 2014
1 parent 8187776 commit 78d4a0f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion book/service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ Injecting the Request
~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 2.4
The ``request_stack`` service was introduced in version 2.4.
The ``request_stack`` service was introduced in Symfony 2.4.

As of Symfony 2.4, instead of injecting the ``request`` service, you should
inject the ``request_stack`` service and access the ``Request`` by calling
Expand Down
2 changes: 1 addition & 1 deletion components/console/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ level. For example::
:method:`Symfony\\Component\\Console\\Output\\Output::isVerbose`,
:method:`Symfony\\Component\\Console\\Output\\Output::isVeryVerbose` and
:method:`Symfony\\Component\\Console\\Output\\Output::isDebug`
methods were introduced in version 2.4
methods were introduced in Symfony 2.4

There are also more semantic methods you can use to test for each of the
verbosity levels::
Expand Down
2 changes: 1 addition & 1 deletion cookbook/console/commands_as_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to Define Commands as Services

.. versionadded:: 2.4
Support for registering commands in the service container was introduced in
version 2.4.
Symfony 2.4.

By default, Symfony will take a look in the ``Command`` directory of each
bundle and automatically register your commands. If a command extends the
Expand Down
6 changes: 3 additions & 3 deletions cookbook/logging/channels_handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ specified.
Configure Additional Channels without Tagged Services
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 2.3
This feature was introduced to the MonologBundle in version 2.4, which
was first packaged with Symfony at version 2.4.
.. versionadded:: 2.4
This feature was introduced to the MonologBundle 2.4, which was first
packaged with Symfony 2.4.

With MonologBundle 2.4 you can configure additional channels without the
need to tag your services:
Expand Down
4 changes: 2 additions & 2 deletions cookbook/logging/monolog_regex_based_excludes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ How to Configure Monolog to Exclude 404 Errors from the Log
===========================================================

.. versionadded:: 2.4
This feature was introduced to the MonologBundle in version 2.4, which
was first packaged with Symfony at version 2.4.
This feature was introduced to the MonologBundle 2.4, which was first
packaged with Symfony 2.4.

Sometimes your logs become flooded with unwanted 404 HTTP errors, for example,
when an attacker scans your app for some well-known application paths (e.g.
Expand Down

0 comments on commit 78d4a0f

Please sign in to comment.