Skip to content

Commit c914619

Browse files
committed
Ignore psalm issue (see vimeo/psalm#9723 (comment))
1 parent 5c0aa3c commit c914619

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CompositeException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ public function __construct(
2222
Throwable ...$rest,
2323
) {
2424
$this->rest = $rest;
25+
/**
26+
* @psalm-suppress PossiblyInvalidArgument
27+
*/
2528
parent::__construct($first->getMessage(), $first->getCode(), $first);
2629
}
2730

0 commit comments

Comments
 (0)