We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90956cc commit 2551322Copy full SHA for 2551322
components/dependency_injection/factories.rst
@@ -71,9 +71,9 @@ class:
71
.. note::
72
73
When using a factory to create services, the value chosen for the ``class``
74
- option has no effect on the resulting service, since the actual class name
75
- only depends on the object returned by the factory. However, the configured
76
- class may be used by compiler passes and therefore should be set to a
+ option has no effect on the resulting service. The actual class name only
+ depends on the object that is returned by the factory. However, the configured
+ class name may be used by compiler passes and therefore should be set to a
77
sensible value.
78
79
When you specify the class to use for the factory (via ``factory_class``)
0 commit comments