Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  fix test
  [Messenger] fix `Envelope::all()` conditional return docblock
  • Loading branch information
xabbuh committed Nov 26, 2024
2 parents 86d9aea + b200928 commit 51e2b8b
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 @@ -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<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 51e2b8b

Please sign in to comment.