Skip to content

Commit a45baf8

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

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
@@ -10,6 +10,9 @@
1010
*/
1111
interface SolutionProviderInterface
1212
{
13+
/**
14+
* Returns true if the implementation may suggest more than regular provider.
15+
*/
1316
public function supports(\Throwable $e): bool;
1417

1518
/**

0 commit comments

Comments
 (0)