Skip to content

Commit 8bf9840

Browse files
committed
Apply fixes from StyleCI
1 parent dd29662 commit 8bf9840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/params.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
return [
1111
'yiisoft/error-handler' => [
1212
'solutionProviders' => [
13-
\Yiisoft\Definitions\Reference::to(\Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
13+
Yiisoft\Definitions\Reference::to(Yiisoft\ErrorHandler\Solution\FriendlyExceptionSolution::class),
1414
],
1515
],
1616
];

src/Renderer/HtmlRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function __construct(
163163
$this->traceHeaderLine = $traceHeaderLine
164164
?? $settings['traceHeaderLine']
165165
?? null;
166-
166+
167167
$this->solutionGenerator = new SolutionGenerator($solutionProviders);
168168
}
169169

0 commit comments

Comments
 (0)