php-mustache icon indicating copy to clipboard operation
php-mustache copied to clipboard

fix __toString return type for PHP 8.2

Open remicollet opened this issue 1 year ago • 0 comments

Without this:

Warning: MustacheAST::__toString() implemented without string return type in Unknown on line 0
Warning: MustacheTemplate::__toString() implemented without string return type in Unknown on line 0

remicollet avatar Sep 13 '22 09:09 remicollet