From c5eb4f821d7d5a06f3959bde5bcff83f777f33b4 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Wed, 11 Dec 2024 18:35:54 +0100 Subject: [PATCH] cs-fix Signed-off-by: dartcafe --- appinfo/routes.php | 1 + lib/Event/BaseEvent.php | 1 + lib/Event/CommentAddEvent.php | 1 + lib/Event/CommentDeleteEvent.php | 1 + lib/Event/CommentEvent.php | 1 + lib/Event/OptionConfirmedEvent.php | 1 + lib/Event/OptionCreatedEvent.php | 1 + lib/Event/OptionDeletedEvent.php | 1 + lib/Event/OptionEvent.php | 1 + lib/Event/OptionUnconfirmedEvent.php | 1 + lib/Event/OptionUpdatedEvent.php | 1 + lib/Event/PollArchivedEvent.php | 1 + lib/Event/PollCloseEvent.php | 1 + lib/Event/PollCreatedEvent.php | 1 + lib/Event/PollDeletedEvent.php | 1 + lib/Event/PollEvent.php | 1 + lib/Event/PollExpiredEvent.php | 1 + lib/Event/PollOptionReorderedEvent.php | 1 + lib/Event/PollOwnerChangeEvent.php | 1 + lib/Event/PollReopenEvent.php | 1 + lib/Event/PollRestoredEvent.php | 1 + lib/Event/PollTakeoverEvent.php | 1 + lib/Event/PollUpdatedEvent.php | 1 + lib/Event/ShareChangedDisplayNameEvent.php | 1 + lib/Event/ShareChangedEmailEvent.php | 1 + lib/Event/ShareChangedLabelEvent.php | 1 + lib/Event/ShareChangedRegistrationConstraintEvent.php | 1 + lib/Event/ShareCreateEvent.php | 1 + lib/Event/ShareDeletedEvent.php | 1 + lib/Event/ShareEvent.php | 1 + lib/Event/ShareLockedEvent.php | 1 + lib/Event/ShareRegistrationEvent.php | 1 + lib/Event/ShareTypeChangedEvent.php | 1 + lib/Event/VoteEvent.php | 1 + lib/Event/VoteSetEvent.php | 1 + lib/Middleware/RequestAttributesMiddleware.php | 1 + 36 files changed, 36 insertions(+) diff --git a/appinfo/routes.php b/appinfo/routes.php index 5e7346590..c520e5504 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -1,4 +1,5 @@