Skip to content

Commit 850326e

Browse files
authored
Apply suggestion from @xepozz
1 parent 8cfee00 commit 850326e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Solution/SolutionProviderInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ interface SolutionProviderInterface
1212
{
1313
public function supports(\Throwable $e): bool;
1414

15+
/**
16+
* Generates an HTML code with solution which will be clean by {@see \Yiisoft\ErrorHandler\Renderer\HtmlRenderer} and shown to the end user.
17+
*/
1518
public function generate(\Throwable $e): string;
1619
}

0 commit comments

Comments
 (0)