Skip to content

Commit 884f7be

Browse files
committed
Apply fixes from StyleCI
1 parent 85ec4f0 commit 884f7be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/params.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
declare(strict_types=1);
44

5-
use Yiisoft\ErrorHandler\Renderer\HtmlRenderer;
6-
use Yiisoft\ErrorHandler\ThrowableRendererInterface;
75

86
/**
97
* @var array $params
@@ -13,6 +11,6 @@
1311
'yiisoft/error-handler' => [
1412
'solutionProviders' => [
1513
\Yiisoft\Definitions\Reference::to(\Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
16-
]
17-
]
14+
],
15+
],
1816
];

0 commit comments

Comments
 (0)