Commit graph

8 commits

Author SHA1 Message Date
Bastian Lederer
8622514fcd 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` and remove column alignment.

Co-authored-by: "Eric Lippmann <eric.lippmann@icinga.com>"
2026-03-19 22:08:30 +01:00
Eric Lippmann
272e791390 License source files as GPL-3.0-or-later
Add SPDX license headers and mark source files as GPL-3.0-or-later to
preserve the option to relicense under later GPL versions.
2026-03-11 14:03:05 +01:00
Johannes Meyer
5c20275a5a PerfDataSet: Fix that invalid quoted labels throw an error 2023-01-19 11:04:17 +01:00
Yonas Habteab
92951cd377 Sort also pie charts in detailed view mode
At the moment we only render the sorted perfData in the object details, but when switching to
the detailed view mode the same perfData are rendered unsorted. This PR ensures that the perfData
are also sorted once after they have been successfully parsed.
2022-08-23 09:26:05 +02:00
Johannes Meyer
143f3032a2 PerfDataSet: Properly parse quoted labels 2022-01-13 12:10:04 +01:00
Yonas Habteab
aefd0e1f7d Add PHP 7 argument & return type declarations to all member methods 2021-11-03 16:06:59 +01:00
Sukhwinder Dhillon
d246d8b120 Change the licence to GPLv2 from GPLv2+ 2021-08-20 10:56:25 +02:00
Florian Strohmaier
351a5f4f35
Re-add perfdata pie charts in list views (#176) 2021-04-22 10:34:32 +02:00