Skip to content

Commit 522859f

Browse files
committed
Merge pull request #185 from acbramley/master
Fix rethrow class member type.
2 parents 720cc8b + 7ccc55b commit 522859f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ExceptionHandler.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
class ExceptionHandler
1919
{
20+
/**
21+
* @var \Exception
22+
*/
2023
private $rethrow = NULL;
2124

2225
public function __construct()

0 commit comments

Comments
 (0)