We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@api
1 parent 07fb5cc commit c6e9e72Copy full SHA for c6e9e72
src/sysmonitor/Notifier.php
@@ -8,6 +8,8 @@ interface Notifier
8
*
9
* @param SystemEvent $e
10
* @return bool returns true on success or false when no message was sent (not only a error case)
11
+ *
12
+ * @api
13
*/
14
public function notifiy(SystemEvent $e);
15
}
0 commit comments