jbboehr / php-mustache

Mustache PHP Extension
MIT License
56 stars 22 forks source link

fix __toString return type for PHP 8.2 #67

Closed remicollet closed 1 year ago

remicollet commented 2 years ago

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
jbboehr commented 1 year ago

Thanks!