diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-26 21:18:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 21:18:11 +0200 |
commit | b5e9f7e846c8389d36c789d6b3a7c7a3c02e924d (patch) | |
tree | f840e00c287a5e3c0fe6efa59ffe9d8e06992fb1 /lib/public/Activity/IEvent.php | |
parent | 7685d1fc615231edb144a4a3057389d7deb3daa9 (diff) | |
parent | 45a474071e2245a3d2c31a193a02e707c53c5790 (diff) | |
download | nextcloud-server-b5e9f7e846c8389d36c789d6b3a7c7a3c02e924d.tar.gz nextcloud-server-b5e9f7e846c8389d36c789d6b3a7c7a3c02e924d.zip |
Merge pull request #22432 from nextcloud/enh/phpdoc
Add php docs build script
Diffstat (limited to 'lib/public/Activity/IEvent.php')
-rw-r--r-- | lib/public/Activity/IEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Activity/IEvent.php b/lib/public/Activity/IEvent.php index 7d73e1b9625..3fbdc4e7dde 100644 --- a/lib/public/Activity/IEvent.php +++ b/lib/public/Activity/IEvent.php @@ -39,7 +39,6 @@ namespace OCP\Activity; /** * Interface IEvent * - * @package OCP\Activity * @since 8.2.0 */ interface IEvent { |