contao-bootstrap / grid

Bootstrap 4 Contao Grid Component
https://contao-bootstrap.de/komponenten/grid.html
GNU Lesser General Public License v3.0
4 stars 12 forks source link

continue in switch case deprecated since PHP 7.3 #24

Closed Hammelpilaw closed 5 years ago

Hammelpilaw commented 5 years ago

Frontend throws a warning:

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

in ThemeImportListener.php line 90

Module version 2.1.1 Path to file: vendor/contao-bootstrap/grid/src/Listener/ThemeImportListener.php You should use break or continue 2 in line 90.

continue without parameter in a switch case statement is deprecated since PHP 7.3 and will throw a compile error PHP 8.

dmolineus commented 5 years ago

Thx for reporting. I transfered the issue to the right repository.

dmolineus commented 5 years ago

Fixed in version 2.0.8.