icingaweb2-module-businessp.../library
Bastian Lederer 400ad69497 Replace null as array key with an empty string
Using null as an array key is deprecated in PHP-8.5,
an empty string can be used for identical behavior.
This includes values that are passed to ZendForm::addDisplayGroup as elements,
as they will be used as array keys.
2026-01-08 08:21:08 +01:00
..
Businessprocess Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00