Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3118268. --> Reported by: [ngkoutsaik](https://www.drupal.org/user/3626421) >>> <p>in /calendar/src/CalendarHelper.php on line 469 there is a continue statement which will throw an e-warning on newer PHP versions. </p>
issue