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

Commitf9c60f4

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: Fix “construtor” typos across docs (constructor) Fix typo in encoders.rst (Serveral → Several)
2 parents0377302 +a682bbd commitf9c60f4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎html_sanitizer.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ service. Now you have two ways of injecting it in any service or controller:
215215

216216
**(1) Use a specific argument name**
217217

218-
Type-hint yourconstrutor/method argument with ``HtmlSanitizerInterface`` and name
218+
Type-hint yourconstructor/method argument with ``HtmlSanitizerInterface`` and name
219219
the argument using this pattern: "HTML sanitizer name in camelCase". For example, to
220220
inject the ``app.post_sanitizer`` defined earlier, use an argument named ``$appPostSanitizer``::
221221

‎lock.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ them in any service or controller:
296296

297297
**(1) Use a specific argument name**
298298

299-
Type-hint yourconstrutor/method argument with ``LockFactory`` and name the
299+
Type-hint yourconstructor/method argument with ``LockFactory`` and name the
300300
argument using this pattern: "lock name in camelCase" + ``LockFactory`` suffix.
301301
For example, to inject the ``invoice`` package defined earlier::
302302

‎rate_limiter.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ them in any service or controller:
238238

239239
**(1) Use a specific argument name**
240240

241-
Type-hint yourconstrutor/method argument with ``RateLimiterFactoryInterface`` and name
241+
Type-hint yourconstructor/method argument with ``RateLimiterFactoryInterface`` and name
242242
the argument using this pattern: "rate limiter name in camelCase" + ``Limiter`` suffix.
243243
For example, to inject the ``anonymous_api`` limiter defined earlier, use an
244244
argument named ``$anonymousApiLimiter``::

‎reference/configuration/framework.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ them in any service or controller:
282282

283283
**(1) Use a specific argument name**
284284

285-
Type-hint yourconstrutor/method argument with ``PackageInterface`` and name
285+
Type-hint yourconstructor/method argument with ``PackageInterface`` and name
286286
the argument using this pattern: "asset package name in camelCase". For example,
287287
to inject the ``foo_package`` package defined earlier::
288288

‎serializer/encoders.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ All context options available for the JSON encoder are:
5555
The ``CsvEncoder``
5656
------------------
5757

58-
The ``CsvEncoder`` encodes to and decodes from CSV.Serveral:ref:`context options<serializer-context>`
58+
The ``CsvEncoder`` encodes to and decodes from CSV.Several:ref:`context options<serializer-context>`
5959
are available to customize the behavior of the encoder:
6060

6161
``csv_delimiter`` (default: ``,``)

‎workflow.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ injecting each workflow in any service or controller:
337337

338338
**(1) Use a specific argument name**
339339

340-
Type-hint yourconstrutor/method argument with ``WorkflowInterface`` and name the
340+
Type-hint yourconstructor/method argument with ``WorkflowInterface`` and name the
341341
argument using this pattern: "workflow name in camelCase" + ``Workflow`` suffix.
342342
If it is a state machine type, use the ``StateMachine`` suffix.
343343

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp