From 7a117892d55ae63b4a74565ea460224b138f0c96 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 42af717f8..bfa3f21b4 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;