icingaweb2-module-businessp.../application
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
..
clicommands Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
controllers Explicitly set the escape parameter of fputcsv() 2026-01-08 08:13:54 +01:00
forms Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00
views Align coding style to comply with latest PSR 2025-12-12 12:44:49 +01:00