mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
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>" |
||
|---|---|---|
| .. | ||
| AcknowledgeProblemCommand.php | ||
| AddCommentCommand.php | ||
| CommandAuthor.php | ||
| DeleteCommentCommand.php | ||
| DeleteDowntimeCommand.php | ||
| GetObjectCommand.php | ||
| ObjectsCommand.php | ||
| ProcessCheckResultCommand.php | ||
| PropagateHostDowntimeCommand.php | ||
| RemoveAcknowledgementCommand.php | ||
| ScheduleCheckCommand.php | ||
| ScheduleDowntimeCommand.php | ||
| ScheduleHostDowntimeCommand.php | ||
| ScheduleServiceDowntimeCommand.php | ||
| SendCustomNotificationCommand.php | ||
| ToggleObjectFeatureCommand.php | ||
| WithCommentCommand.php | ||