icingaweb2-module-businessp.../application/forms
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
..
AddNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
BpConfigForm.php Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00
BpUploadForm.php Correct notification messages and add missing translations (#444) 2024-04-22 10:51:06 +02:00
CleanupNodeForm.php Correct notification messages and add missing translations (#444) 2024-04-22 10:51:06 +02:00
DeleteNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
EditNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
MoveNodeForm.php Declare parameters that are null by default as nullable 2026-01-08 08:07:59 +01:00
ProcessForm.php Correct notification messages and add missing translations (#444) 2024-04-22 10:51:06 +02:00
SimulationForm.php Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00