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
{{ message }}
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
ErrorException: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
vendor/xamin/handlebars.php/src/Handlebars/Tokenizer.php:167
vendor/xamin/handlebars.php/src/Handlebars/Handlebars.php:569
vendor/xamin/handlebars.php/src/Handlebars/Handlebars.php:711
vendor/xamin/handlebars.php/src/Handlebars/Handlebars.php:635
vendor/xamin/handlebars.php/src/Handlebars/Handlebars.php:210
Should it be changed to break or continue 2?
The text was updated successfully, but these errors were encountered:
I got this when testing on PHP 7.3:
Should it be changed to
break
orcontinue 2
?The text was updated successfully, but these errors were encountered: