diff --git a/src/App/Traits/ExceptionNotificationHandlerTrait.php b/src/App/Traits/ExceptionNotificationHandlerTrait.php index b900881..7a1564d 100644 --- a/src/App/Traits/ExceptionNotificationHandlerTrait.php +++ b/src/App/Traits/ExceptionNotificationHandlerTrait.php @@ -30,8 +30,7 @@ trait ExceptionNotificationHandlerTrait * * This is a great spot to send exceptions to Sentry, Bugsnag, etc. * - * @param \Throwable $exception - * + * @param \Throwable $exception * @return void */ public function report(Throwable $exception) @@ -54,8 +53,7 @@ public function report(Throwable $exception) /** * Sends an email upon exception. * - * @param \Throwable $exception - * + * @param \Throwable $exception * @return void */ public function sendEmail(Throwable $exception) diff --git a/tests/TestCase.php b/tests/TestCase.php index 5c28086..146e24a 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -10,8 +10,7 @@ class TestCase extends OrchestraTestCase /** * Load package service provider. * - * @param \Illuminate\Foundation\Application $app - * + * @param \Illuminate\Foundation\Application $app * @return jeremykenedy\laravelexceptionnotifier\LaravelExceptionNotifier */ protected function getPackageProviders($app) @@ -22,8 +21,7 @@ protected function getPackageProviders($app) /** * Load package alias. * - * @param \Illuminate\Foundation\Application $app - * + * @param \Illuminate\Foundation\Application $app * @return array */ protected function getPackageAliases($app)