Skip to content

Commit 78d4a0f

Browse files
committed
More consistency stuff
1 parent 8187776 commit 78d4a0f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

book/service_container.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ Injecting the Request
836836
~~~~~~~~~~~~~~~~~~~~~
837837

838838
.. versionadded:: 2.4
839-
The ``request_stack`` service was introduced in version 2.4.
839+
The ``request_stack`` service was introduced in Symfony 2.4.
840840

841841
As of Symfony 2.4, instead of injecting the ``request`` service, you should
842842
inject the ``request_stack`` service and access the ``Request`` by calling

components/console/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ level. For example::
203203
:method:`Symfony\\Component\\Console\\Output\\Output::isVerbose`,
204204
:method:`Symfony\\Component\\Console\\Output\\Output::isVeryVerbose` and
205205
:method:`Symfony\\Component\\Console\\Output\\Output::isDebug`
206-
methods were introduced in version 2.4
206+
methods were introduced in Symfony 2.4
207207

208208
There are also more semantic methods you can use to test for each of the
209209
verbosity levels::

cookbook/console/commands_as_services.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to Define Commands as Services
66

77
.. versionadded:: 2.4
88
Support for registering commands in the service container was introduced in
9-
version 2.4.
9+
Symfony 2.4.
1010

1111
By default, Symfony will take a look in the ``Command`` directory of each
1212
bundle and automatically register your commands. If a command extends the

cookbook/logging/channels_handlers.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ specified.
114114
Configure Additional Channels without Tagged Services
115115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116116

117-
.. versionadded:: 2.3
118-
This feature was introduced to the MonologBundle in version 2.4, which
119-
was first packaged with Symfony at version 2.4.
117+
.. versionadded:: 2.4
118+
This feature was introduced to the MonologBundle 2.4, which was first
119+
packaged with Symfony 2.4.
120120

121121
With MonologBundle 2.4 you can configure additional channels without the
122122
need to tag your services:

cookbook/logging/monolog_regex_based_excludes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ How to Configure Monolog to Exclude 404 Errors from the Log
77
===========================================================
88

99
.. versionadded:: 2.4
10-
This feature was introduced to the MonologBundle in version 2.4, which
11-
was first packaged with Symfony at version 2.4.
10+
This feature was introduced to the MonologBundle 2.4, which was first
11+
packaged with Symfony 2.4.
1212

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

0 commit comments

Comments
 (0)