Skip to content

Commit

Permalink
Declare public @api (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Dec 6, 2024
1 parent 07fb5cc commit c6e9e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sysmonitor/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ interface Notifier
*
* @param SystemEvent $e
* @return bool returns true on success or false when no message was sent (not only a error case)
*
* @api
*/
public function notifiy(SystemEvent $e);
}

0 comments on commit c6e9e72

Please sign in to comment.