icingadb-web/library/Icingadb/Web
Bastian Lederer 8af79a61b2 Avoid using null as an array key or as the key to array_key_exists()
Passing `null` as the key to `array_key_exists()` or using it as an array key
is deprecated as of PHP 8.5.

Co-authored-by: Eric Lippmann <eric.lippmann@icinga.com>
2026-03-20 14:54:23 +01:00
..
Control Avoid using null as an array key or as the key to array_key_exists() 2026-03-20 14:54:23 +01:00
Navigation Change implicit nullable type declaration to explicit 2026-03-19 22:08:30 +01:00
Controller.php Change implicit nullable type declaration to explicit 2026-03-19 22:08:30 +01:00