Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  fix test
  [Messenger] fix `Envelope::all()` conditional return docblock
  • Loading branch information
xabbuh committed Nov 26, 2024
2 parents e80e728 + 51e2b8b commit 2512b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Envelope.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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<class-string<StampInterface>, list<StampInterface>> ? list<TStamp>)
* @psalm-return ($stampFqcn is null ? array<class-string<StampInterface>, list<StampInterface>> : list<TStamp>)
*/
public function all(?string $stampFqcn = null): array
{
Expand Down

0 comments on commit 2512b9b

Please sign in to comment.