You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting! The check has to stay (because Mustache works with versions of PHP that still support it) but the whole thing is wrapped in a check for < PHP 8.0 now, so eventually it'll be completely removed :)
Hi,
when i scan with
phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 8.0 --extensions=php
Return:
FILE: mustache/Mustache/Tokenizer.php
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
102 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2 and removed since PHP 8.0
Best regard
The text was updated successfully, but these errors were encountered: