We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896bfee commit 35dd965Copy full SHA for 35dd965
Envelope.php
@@ -53,7 +53,7 @@ public static function wrap($message, array $stamps = []): self
53
}
54
55
/**
56
- * @return Envelope a new Envelope instance with additional stamp
+ * @return static A new Envelope instance with additional stamp
57
*/
58
public function with(StampInterface ...$stamps): self
59
{
@@ -67,7 +67,7 @@ public function with(StampInterface ...$stamps): self
67
68
69
70
- * @return Envelope a new Envelope instance without any stamps of the given class
+ * @return static A new Envelope instance without any stamps of the given class
71
72
public function withoutAll(string $stampFqcn): self
73
0 commit comments