Skip to content

Commit

Permalink
Merge pull request #11 from jeremykenedy/analysis-djn7JL
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
jeremykenedy authored Sep 28, 2022
2 parents 0637029 + 6062566 commit 9a6d747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions src/App/Traits/ExceptionNotificationHandlerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
6 changes: 2 additions & 4 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 9a6d747

Please sign in to comment.