Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit78d4a0f

Browse files
committed
More consistency stuff
1 parent8187776 commit78d4a0f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎book/service_container.rst‎

Lines changed: 1 addition & 1 deletion
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 inversion 2.4.
839+
The ``request_stack`` service was introduced inSymfony 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‎

Lines changed: 1 addition & 1 deletion
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 inversion 2.4
206+
methods were introduced inSymfony 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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 3 additions & 3 deletions
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 MonologBundlein version2.4, which
119-
was firstpackaged 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‎

Lines changed: 2 additions & 2 deletions
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 MonologBundlein version2.4, which
11-
was firstpackaged 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)

[8]ページ先頭

©2009-2025 Movatter.jp