Skip to content

Commit

Permalink
Update documentation of NotificationService class
Browse files Browse the repository at this point in the history
Co-authored-by: ineilson <[email protected]>
  • Loading branch information
gregcorbett and ineilson authored Sep 30, 2021
1 parent 3aabc41 commit e968aac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Gocdb_Services/NotificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e968aac

Please sign in to comment.