Skip to content

Commit 2f275d8

Browse files
committed
Minor
1 parent 9d3d697 commit 2f275d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ made. To do that, you create a new class::
346346

347347
class SiteUpdateManager
348348
{
349-
private $messageGenerator;
350-
private $mailer;
349+
private MessageGenerator $messageGenerator;
350+
private MailerInterface $mailer;
351351

352352
public function __construct(MessageGenerator $messageGenerator, MailerInterface $mailer)
353353
{

0 commit comments

Comments
 (0)