Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got warning error when enable dev mode #550

Open
honglt opened this issue Feb 27, 2019 · 1 comment
Open

Got warning error when enable dev mode #550

honglt opened this issue Feb 27, 2019 · 1 comment

Comments

@honglt
Copy link
Contributor

honglt commented Feb 27, 2019

Joomla 3.9.3, php7.3
Enable development mode = Maximum
In template manager >> T3 Blank BS3 template >> Enable dev mode
Go to frontend to got the warning error:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/joom/joomlart/www/jadev2_data/sites/auto/qs.t3blankj3x.1551242218/plugins/system/t3/includes/lessphp/less/less.php on line 9386

@thomaslanger
Copy link

thomaslanger commented Sep 11, 2019

Simple replace continue with break on all Lines with warning.
In PHP 8 continue in switsch will result in a Compile-Error
continue_on_switch_deprecation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants