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.
Envelope::all()
1 parent 992a6a0 commit e1a5bebCopy full SHA for e1a5beb
src/Symfony/Component/Messenger/Envelope.php
@@ -112,7 +112,7 @@ public function last(string $stampFqcn): ?StampInterface
112
*
113
* @return StampInterface[]|StampInterface[][] The stamps for the specified FQCN, or all stamps by their class name
114
115
- * @psalm-return ($stampFqcn is string : array<class-string<StampInterface>, list<StampInterface>> ? list<TStamp>)
+ * @psalm-return ($stampFqcn is null ? array<class-string<StampInterface>, list<StampInterface>> : list<TStamp>)
116
*/
117
public function all(?string $stampFqcn = null): array
118
{
0 commit comments