icingaweb2/library/Icinga/File/Ini
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
..
Dom Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
IniParser.php Use continue <N> in case statements to fix ErrorException with PHP 7.3. 2018-11-23 18:34:56 +01:00
IniWriter.php IniWriter: don't persist a section key if the value is null 2016-10-12 11:06:04 +02:00