diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-12-19 14:15:19 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-12-19 14:15:19 +0100 |
commit | d5ad642d18f948c2f0335267fe988cb6f7d35c7d (patch) | |
tree | 0039be8cf4b0fd90d4aa13fa0acf44d83ceb3d38 /lib/public/Activity | |
parent | 9b71ee27ff95336c36d608217d9621110e6674c1 (diff) | |
download | nextcloud-server-d5ad642d18f948c2f0335267fe988cb6f7d35c7d.tar.gz nextcloud-server-d5ad642d18f948c2f0335267fe988cb6f7d35c7d.zip |
Activities IManager throws an BadMethodCallException
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Activity')
-rw-r--r-- | lib/public/Activity/IManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Activity/IManager.php b/lib/public/Activity/IManager.php index 2fe38ddb8d8..f5b495807c5 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -64,6 +64,7 @@ interface IManager { * - setSubject() * * @param IEvent $event + * @throws \BadMethodCallException if required values have not been set * @since 8.2.0 */ public function publish(IEvent $event); |