Skip to content

Commit

Permalink
HtmlStringable stub support for older PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkutny committed Jul 12, 2023
1 parent 81750f6 commit c9eae73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stubs/HtmlStringable.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace Nette;

interface HtmlStringable extends \Stringable
interface HtmlStringable
{

public function __toString(): string;

}

0 comments on commit c9eae73

Please sign in to comment.