Merge pull request #2754 from nextcloud/activities-manager-publish-exception

Activities IManager throws an BadMethodCallException
This commit is contained in:
Robin Appelman 2016-12-19 15:00:17 +01:00 committed by GitHub
commit 16a55d5521
1 changed files with 1 additions and 0 deletions

View File

@ -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);