Skip to content

Commit 1eb6949

Browse files
Merge branch '4.4' into 5.2
* 4.4: [Mailer] better handling of HttpClient's DecodingExceptionInterface phpdoc fixes Fixes missing translations for Dutch (nl) [Security][Validator] Add missing Persian translations (fa) [Mailer] Make sure Http TransportException is not leaking * wrong trans-unit ids [Translator] fix fallback to Locale::getDefault()
2 parents a4642d6 + 35dd965 commit 1eb6949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Envelope.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function wrap(object $message, array $stamps = []): self
4949
}
5050

5151
/**
52-
* @return Envelope a new Envelope instance with additional stamp
52+
* @return static A new Envelope instance with additional stamp
5353
*/
5454
public function with(StampInterface ...$stamps): self
5555
{
@@ -63,7 +63,7 @@ public function with(StampInterface ...$stamps): self
6363
}
6464

6565
/**
66-
* @return Envelope a new Envelope instance without any stamps of the given class
66+
* @return static A new Envelope instance without any stamps of the given class
6767
*/
6868
public function withoutAll(string $stampFqcn): self
6969
{

0 commit comments

Comments
 (0)