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.
2 parents 86d9aea + b200928 commit 51e2b8bCopy full SHA for 51e2b8b
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