Skip to content

Commit e049ffd

Browse files
authored
Update injection_types.rst
missing annotation
1 parent bb10e94 commit e049ffd

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
@@ -218,6 +218,9 @@ that accepts the dependency::
218218
{
219219
private $mailer;
220220

221+
/**
222+
* @required
223+
*/
221224
public function setMailer(MailerInterface $mailer)
222225
{
223226
$this->mailer = $mailer;

0 commit comments

Comments
 (0)