From e968aacf5c726b4b83bac9492321ec56212904d4 Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Thu, 30 Sep 2021 15:09:52 +0100 Subject: [PATCH] Update documentation of NotificationService class Co-authored-by: ineilson --- lib/Gocdb_Services/NotificationService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Gocdb_Services/NotificationService.php b/lib/Gocdb_Services/NotificationService.php index bec84cf13..58873a0dc 100644 --- a/lib/Gocdb_Services/NotificationService.php +++ b/lib/Gocdb_Services/NotificationService.php @@ -26,7 +26,8 @@ class NotificationService extends AbstractEntityService { * send an email to those users to approve. It does this by passing the parent entity back into this method recursively. * * - * @param Site/ServiceGroup/NGI/Project $entity + * @param OwnedEntity $entity An instance of Site,Service,NGI,Project or other OwnedEntity. + * @return void */ public function roleRequest ($roleRequested, $requestingUser, $entity) { $project = null;