Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit dc23be3

Browse files
committed
Fix type-hint
1 parent d2b1514 commit dc23be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MailSender.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ class MailSender
1010
private $mailer;
1111

1212
/**
13-
* @var \Twig_Environement
13+
* @var \Twig_Environment
1414
*/
1515
private $twig;
1616

17-
public function __construct(\Swift_Mailer $mailer, \Twig_Environement $twig)
17+
public function __construct(\Swift_Mailer $mailer, \Twig_Environment $twig)
1818
{
1919
$this->mailer = $mailer;
2020
$this->twig = $twig;

0 commit comments

Comments
 (0)