icingaweb2-module-businessp.../library/Businessprocess/Web/Form
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
..
Element Align coding style to comply with latest PSR 2025-12-12 12:44:49 +01:00
Validator Fix: Switching to the icingadb backend and searching host/service node in add/edit form throws an error 2024-03-27 08:47:02 +01:00
BpConfigBaseForm.php css: Apply form specific rules only to form.bp-form 2023-08-03 15:06:08 +02:00
CsrfToken.php Align coding style to comply with latest PSR 2025-12-12 12:44:49 +01:00
FormLoader.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
QuickBaseForm.php Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00
QuickForm.php Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00