Thanks to visit codestin.com Credit goes to github.com
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 165cc68 commit d6dd226Copy full SHA for d6dd226
1 file changed
src/Bridges/ApplicationLatte/Template.php
@@ -64,7 +64,7 @@ public function renderToString(string $file = null, array $params = []): string
64
* Renders template to string.
65
* @param can throw exceptions? (hidden parameter)
66
*/
67
- final public function __toString(): string
+ public function __toString(): string
68
{
69
try {
70
return $this->latte->renderToString($this->file, $this->params);
0 commit comments