Skip to content

Commit 6bfe7e3

Browse files
zairigimadjaviereguiluz
authored andcommitted
Update injection_types.rst
missing annotation
1 parent 7aa7675 commit 6bfe7e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service_container/injection_types.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ that accepts the dependency::
222222
{
223223
private $mailer;
224224

225+
/**
226+
* @required
227+
*/
225228
public function setMailer(MailerInterface $mailer)
226229
{
227230
$this->mailer = $mailer;

0 commit comments

Comments
 (0)