icingaweb2/library/Icinga/Chart
Bastian Lederer ea0ce32bc9 Change implicit nullable type declaration to explicit
Since PHP 8.4 implicitly nullable parameter types are deprecated.

Normalize scoped PHPDoc for nullable-parameter updates: use `?Type` instead of
`Type|null`, remove column alignment, and indent continuation lines with 2
spaces.

Co-authored-by: "Eric Lippmann <eric.lippmann@icinga.com>"
2026-03-10 16:40:27 +01:00
..
Graph Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
Inline Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Primitive Add style element to SVGs 2023-08-28 16:56:51 +02:00
Render Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Unit StaticAxis: Fix incorrect return type of methods 2023-08-23 10:53:14 +02:00
Axis.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Chart.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Donut.php Donut: allow big label to indicate a specific state 2021-09-23 15:17:33 +02:00
Format.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
GridChart.php GridChart: Fix compatibility issues with PHP 7.3 2018-12-05 14:57:21 +01:00
Legend.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Palette.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
PieChart.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
SVGRenderer.php Avoid passing null to non-nullable arguments 2022-03-24 12:29:06 +01:00