Skip to content

Commit 606357d

Browse files
authored
Merge pull request #14 from binary-cats/analysis-nNVZ5G
Apply fixes from StyleCI
2 parents 3139078 + 3e675c4 commit 606357d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ protected function getPackageProviders($app)
5656

5757
protected function disableExceptionHandling()
5858
{
59-
$this->app->instance(ExceptionHandler::class, new class extends Handler {
59+
$this->app->instance(ExceptionHandler::class, new class extends Handler
60+
{
6061
public function __construct()
6162
{
6263
}

0 commit comments

Comments
 (0)