Skip to content

Commit ff4a1a0

Browse files
committed
Apply fixes from StyleCI
1 parent a45baf8 commit ff4a1a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Solution/SolutionProviderInterface.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
*/
1111
interface SolutionProviderInterface
1212
{
13-
/**
14-
* Returns true if the implementation may suggest more than regular provider.
15-
*/
13+
/**
14+
* Returns true if the implementation may suggest more than regular provider.
15+
*/
1616
public function supports(\Throwable $e): bool;
1717

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-
*/
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+
*/
2121
public function generate(\Throwable $e): string;
2222
}

0 commit comments

Comments
 (0)