File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Mime \RawMessage ;
17
17
18
18
/**
19
- * Allows the transformation of a Message and the SMTP Envelope before the email is sent.
19
+ * Allows the transformation of a Message and the Envelope before the email is sent.
20
20
*
21
21
* @author Fabien Potencier <fabien@symfony.com>
22
22
*/
@@ -45,12 +45,12 @@ public function setMessage(RawMessage $message): void
45
45
$ this ->message = $ message ;
46
46
}
47
47
48
- public function getEnvelope (): SmtpEnvelope
48
+ public function getEnvelope (): Envelope
49
49
{
50
50
return $ this ->envelope ;
51
51
}
52
52
53
- public function setEnvelope (SmtpEnvelope $ envelope ): void
53
+ public function setEnvelope (Envelope $ envelope ): void
54
54
{
55
55
$ this ->envelope = $ envelope ;
56
56
}
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Mime \RawMessage ;
17
17
18
18
/**
19
- * Allows the transformation of a Message and the SMTP Envelope before the email is sent.
19
+ * Allows the transformation of a Message and the Envelope before the email is sent.
20
20
*
21
21
* @author Fabien Potencier <fabien@symfony.com>
22
22
*/
@@ -45,12 +45,12 @@ public function setMessage(RawMessage $message): void
45
45
$ this ->message = $ message ;
46
46
}
47
47
48
- public function getEnvelope (): SmtpEnvelope
48
+ public function getEnvelope (): Envelope
49
49
{
50
50
return $ this ->envelope ;
51
51
}
52
52
53
- public function setEnvelope (SmtpEnvelope $ envelope ): void
53
+ public function setEnvelope (Envelope $ envelope ): void
54
54
{
55
55
$ this ->envelope = $ envelope ;
56
56
}
You can’t perform that action at this time.
0 commit comments