Bas Couwenberg 075eb17005 Use continue <N> in case statements to fix ErrorException with PHP 7.3.
```
Fatal error: Uncaught ErrorException: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
```
2018-11-23 18:34:56 +01:00
..
2017-09-08 15:39:31 +02:00
2018-08-16 17:03:42 +02:00
2018-06-27 09:40:22 +02:00
2018-11-20 12:39:21 +01:00