Skip to content

Commit 7f03598

Browse files
committed
minor symfony#13915 Update injection_types.rst (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update injection_types.rst missing annotation <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6bfe7e3 Update injection_types.rst
2 parents 7aa7675 + 6bfe7e3 commit 7f03598

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)