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 b9e15b8 commit 6f321d0Copy full SHA for 6f321d0
service_container/factories.rst
@@ -105,7 +105,7 @@ Using the Class as Factory Itself
105
When the static factory method is on the same class as the created instance,
106
the class name can be omitted from the factory declaration.
107
Let's suppose the ``NewsletterManager`` class has a ``create()`` method that needs
108
-to be called to create the object and need a send email address::
+to be called to create the object and need a sender::
109
110
// src/Email\NewsletterManager.php
111
namespace App\Email;
0 commit comments