Skip to content

Commit c6e9e72

Browse files
authored
Declare public @api (#27)
1 parent 07fb5cc commit c6e9e72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sysmonitor/Notifier.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ interface Notifier
88
*
99
* @param SystemEvent $e
1010
* @return bool returns true on success or false when no message was sent (not only a error case)
11+
*
12+
* @api
1113
*/
1214
public function notifiy(SystemEvent $e);
1315
}

0 commit comments

Comments
 (0)