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>"
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.