diff options
Diffstat (limited to 'src/Exceptions/Handlers/HandlerInterface.php')
-rw-r--r-- | src/Exceptions/Handlers/HandlerInterface.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Exceptions/Handlers/HandlerInterface.php b/src/Exceptions/Handlers/HandlerInterface.php index 9de33e1f..838fee4a 100644 --- a/src/Exceptions/Handlers/HandlerInterface.php +++ b/src/Exceptions/Handlers/HandlerInterface.php @@ -15,7 +15,6 @@ interface HandlerInterface /** * @param Throwable $e - * @return */ public function report(Throwable $e); } |