Skip to content

Commit df8281b

Browse files
committed
Add return type
1 parent c84dcd7 commit df8281b

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
@@ -30,6 +30,9 @@ public function getFirstException(): Throwable
3030
return $this->first;
3131
}
3232

33+
/**
34+
* @return Throwable[]
35+
*/
3336
public function getPreviousExceptions(): array
3437
{
3538
return $this->rest;

0 commit comments

Comments
 (0)