8000 scope singly-implemented interfaces detection by file by daniel-iwaniec · Pull Request #12294 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

scope singly-implemented interfaces detection by file #12294

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all 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
D418
Diff view
scope singly-implemented interfaces detection by file
  • Loading branch information
daniel-iwaniec committed Sep 1, 2019
commit ae343bccdaffafcb0fc25324b3e882b2b52be74e
2 changes: 1 addition & 1 deletion service_container/autowiring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ dealing with the ``TransformerInterface``.

When using a `service definition prototype`_, if only one service is
discovered that implements an interface, and that interface is also
discovered at the same time, configuring the alias is not mandatory
discovered in the same file, configuring the alias is not mandatory
and Symfony will automatically create one.

Dealing with Multiple Implementations of the Same Type
Expand Down
0