Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Commit 289f064

Browse files
committed
Fix NotifierException stub [skip ci]
1 parent 70708e9 commit 289f064

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stubs/weak/NotifierException.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@
1616

1717

1818
use Exception;
19+
use Throwable;
1920

2021

2122
class NotifierException extends Exception
2223
{
2324
private $exceptions = [];
2425

2526
/**
26-
* Get exceptions thrown from notifiers
27+
* Get exceptions that were thrown from notifiers
2728
*
28-
* @return array
29+
* @return Throwable[]
2930
*/
3031
public function getExceptions() : array
3132
{

0 commit comments

Comments
 (0)