icingaweb2-module-businessp.../library/Businessprocess/Web
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
..
Component Align coding style to comply with latest PSR 2025-12-12 12:44:49 +01:00
Form Replace null as array key with an empty string 2026-01-08 08:21:08 +01:00
Navigation/Renderer Align coding style to comply with latest PSR 2025-12-12 12:44:49 +01:00
Controller.php Add variable type hint & fix argument type hints 2023-08-24 13:29:11 +02:00
FakeRequest.php Cleanup, Url handling improvements, some helpers 2016-11-26 21:18:18 +01:00
Url.php Url::getRequest(): Add missing return type 2023-08-24 13:29:11 +02:00