Skip to content

continue in switch case deprecated since PHP 7.3 #24

@Hammelpilaw

Description

@Hammelpilaw

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions