Skip to content

Commit c9eae73

Browse files
committed
HtmlStringable stub support for older PHP versions
1 parent 81750f6 commit c9eae73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: stubs/HtmlStringable.stub

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace Nette;
44

5-
interface HtmlStringable extends \Stringable
5+
interface HtmlStringable
66
{
77

8+
public function __toString(): string;
9+
810
}

0 commit comments

Comments
 (0)