Skip to content

Commit 6f84cb8

Browse files
committed
refactor: No type usage yet for report
1 parent ed2d5fc commit 6f84cb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/App/Traits/ExceptionNotificationHandlerTrait.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ trait ExceptionNotificationHandlerTrait
2727
* Report or log an exception.
2828
*
2929
* This is a great spot to send exceptions to Sentry, Bugsnag, etc.
30+
*
31+
* @return void
3032
*/
31-
public function report(Throwable $e): void
33+
public function report(Throwable $e)
3234
{
3335
$enableEmailExceptions = config('exceptions.emailExceptionEnabled');
3436

0 commit comments

Comments
 (0)