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 e5e807b commit 7210072Copy full SHA for 7210072
stubs/Symfony/Component/Messenger/Envelope.stub
@@ -14,4 +14,11 @@ final class Envelope
14
public function last(string $stampFqcn): ?StampInterface
15
{
16
}
17
+
18
+ /**
19
+ * @return ($stampFqcn is null ? array<string, list<StampInterface>> : list<StampInterface>)
20
+ */
21
+ public function all(?string $stampFqcn = null): array
22
+ {
23
+ }
24
0 commit comments