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 81750f6 commit c9eae73Copy full SHA for c9eae73
stubs/HtmlStringable.stub
@@ -2,7 +2,9 @@
2
3
namespace Nette;
4
5
-interface HtmlStringable extends \Stringable
+interface HtmlStringable
6
{
7
8
+ public function __toString(): string;
9
+
10
}
0 commit comments