diff options
Diffstat (limited to 'lib/public/Notification/IManager.php')
-rw-r--r-- | lib/public/Notification/IManager.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Notification/IManager.php b/lib/public/Notification/IManager.php index 35878d2af36..cbc48142cbb 100644 --- a/lib/public/Notification/IManager.php +++ b/lib/public/Notification/IManager.php @@ -32,7 +32,6 @@ interface IManager extends IApp, INotifier { /** * @param \Closure $service The service must implement IApp, otherwise a * \InvalidArgumentException is thrown later - * @return null * @since 9.0.0 */ public function registerApp(\Closure $service); @@ -42,7 +41,6 @@ interface IManager extends IApp, INotifier { * \InvalidArgumentException is thrown later * @param \Closure $info An array with the keys 'id' and 'name' containing * the app id and the app name - * @return null * @since 9.0.0 */ public function registerNotifier(\Closure $service, \Closure $info); |