From e1a5beb54afafe80328c4d7b088ce9fc58d7520e Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Sun, 24 Nov 2024 21:02:03 -0500 Subject: [PATCH] [Messenger] fix `Envelope::all()` conditional return docblock --- src/Symfony/Component/Messenger/Envelope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Messenger/Envelope.php b/src/Symfony/Component/Messenger/Envelope.php index 03fb4c8ea9e12..7741bb4d9bedc 100644 --- a/src/Symfony/Component/Messenger/Envelope.php +++ b/src/Symfony/Component/Messenger/Envelope.php @@ -112,7 +112,7 @@ public function last(string $stampFqcn): ?StampInterface * * @return StampInterface[]|StampInterface[][] The stamps for the specified FQCN, or all stamps by their class name * - * @psalm-return ($stampFqcn is string : array, list> ? list) + * @psalm-return ($stampFqcn is null ? array, list> : list) */ public function all(?string $stampFqcn = null): array { pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy