Skip to content

Commit 9a6d747

Browse files
authored
Merge pull request #11 from jeremykenedy/analysis-djn7JL
Apply fixes from StyleCI
2 parents 0637029 + 6062566 commit 9a6d747

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/App/Traits/ExceptionNotificationHandlerTrait.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ trait ExceptionNotificationHandlerTrait
3030
*
3131
* This is a great spot to send exceptions to Sentry, Bugsnag, etc.
3232
*
33-
* @param \Throwable $exception
34-
*
33+
* @param \Throwable $exception
3534
* @return void
3635
*/
3736
public function report(Throwable $exception)
@@ -54,8 +53,7 @@ public function report(Throwable $exception)
5453
/**
5554
* Sends an email upon exception.
5655
*
57-
* @param \Throwable $exception
58-
*
56+
* @param \Throwable $exception
5957
* @return void
6058
*/
6159
public function sendEmail(Throwable $exception)

tests/TestCase.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class TestCase extends OrchestraTestCase
1010
/**
1111
* Load package service provider.
1212
*
13-
* @param \Illuminate\Foundation\Application $app
14-
*
13+
* @param \Illuminate\Foundation\Application $app
1514
* @return jeremykenedy\laravelexceptionnotifier\LaravelExceptionNotifier
1615
*/
1716
protected function getPackageProviders($app)
@@ -22,8 +21,7 @@ protected function getPackageProviders($app)
2221
/**
2322
* Load package alias.
2423
*
25-
* @param \Illuminate\Foundation\Application $app
26-
*
24+
* @param \Illuminate\Foundation\Application $app
2725
* @return array
2826
*/
2927
protected function getPackageAliases($app)

0 commit comments

Comments
 (0)