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

Fix “construtor” typos across docs (no style changes)#21521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
xabbuh merged 1 commit intosymfony:6.4fromalisolphp:fix-typos-construtor
Oct 21, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletionhtml_sanitizer.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -219,7 +219,7 @@ service. Now you have two ways of injecting it in any service or controller:

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

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

Expand Down
2 changes: 1 addition & 1 deletionlock.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -289,7 +289,7 @@ them in any service or controller:

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

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

Expand Down
2 changes: 1 addition & 1 deletionrate_limiter.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -227,7 +227,7 @@ them in any service or controller:

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

Type-hint yourconstrutor/method argument with ``RateLimiterFactory`` and name
Type-hint yourconstructor/method argument with ``RateLimiterFactory`` and name
the argument using this pattern: "rate limiter name in camelCase" + ``Limiter`` suffix.
For example, to inject the ``anonymous_api`` limiter defined earlier, use an
argument named ``$anonymousApiLimiter``::
Expand Down
2 changes: 1 addition & 1 deletionreference/configuration/framework.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2554,7 +2554,7 @@ them in any service or controller:

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

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

Expand Down
2 changes: 1 addition & 1 deletionworkflow.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -332,7 +332,7 @@ injecting each workflow in any service or controller:

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

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

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp