We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45baf8 commit ff4a1a0Copy full SHA for ff4a1a0
src/Solution/SolutionProviderInterface.php
@@ -10,13 +10,13 @@
10
*/
11
interface SolutionProviderInterface
12
{
13
-/**
14
-* Returns true if the implementation may suggest more than regular provider.
15
-*/
+ /**
+ * Returns true if the implementation may suggest more than regular provider.
+ */
16
public function supports(\Throwable $e): bool;
17
18
19
-* Generates an HTML code with solution which will be clean by {@see \Yiisoft\ErrorHandler\Renderer\HtmlRenderer} and shown to the end user.
20
+ * Generates an HTML code with solution which will be clean by {@see \Yiisoft\ErrorHandler\Renderer\HtmlRenderer} and shown to the end user.
21
public function generate(\Throwable $e): string;
22
}
0 commit comments