Skip to content

Commit 35dd965

Browse files
phpdoc fixes
1 parent 896bfee commit 35dd965

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
@@ -53,7 +53,7 @@ public static function wrap($message, array $stamps = []): self
5353
}
5454

5555
/**
56-
* @return Envelope a new Envelope instance with additional stamp
56+
* @return static A new Envelope instance with additional stamp
5757
*/
5858
public function with(StampInterface ...$stamps): self
5959
{
@@ -67,7 +67,7 @@ public function with(StampInterface ...$stamps): self
6767
}
6868

6969
/**
70-
* @return Envelope a new Envelope instance without any stamps of the given class
70+
* @return static A new Envelope instance without any stamps of the given class
7171
*/
7272
public function withoutAll(string $stampFqcn): self
7373
{

0 commit comments

Comments
 (0)