diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-08-26 16:59:40 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-26 16:59:40 +0200 |
commit | 45a474071e2245a3d2c31a193a02e707c53c5790 (patch) | |
tree | 55c1e7c1ecec34a0f044017c330a61b254bb8fc0 /lib/public/SystemTag | |
parent | 94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (diff) | |
download | nextcloud-server-45a474071e2245a3d2c31a193a02e707c53c5790.tar.gz nextcloud-server-45a474071e2245a3d2c31a193a02e707c53c5790.zip |
Remove @package annotations from public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/SystemTag')
-rw-r--r-- | lib/public/SystemTag/ISystemTagManagerFactory.php | 1 | ||||
-rw-r--r-- | lib/public/SystemTag/ManagerEvent.php | 1 | ||||
-rw-r--r-- | lib/public/SystemTag/MapperEvent.php | 1 | ||||
-rw-r--r-- | lib/public/SystemTag/SystemTagsEntityEvent.php | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/public/SystemTag/ISystemTagManagerFactory.php b/lib/public/SystemTag/ISystemTagManagerFactory.php index 18f09429e4f..fdadfea9c0d 100644 --- a/lib/public/SystemTag/ISystemTagManagerFactory.php +++ b/lib/public/SystemTag/ISystemTagManagerFactory.php @@ -33,7 +33,6 @@ use OCP\IServerContainer; * * Factory interface for system tag managers * - * @package OCP\SystemTag * @since 9.0.0 */ interface ISystemTagManagerFactory { diff --git a/lib/public/SystemTag/ManagerEvent.php b/lib/public/SystemTag/ManagerEvent.php index 8137cebfd06..44419775800 100644 --- a/lib/public/SystemTag/ManagerEvent.php +++ b/lib/public/SystemTag/ManagerEvent.php @@ -34,7 +34,6 @@ use OCP\EventDispatcher\Event; /** * Class ManagerEvent * - * @package OCP\SystemTag * @since 9.0.0 */ class ManagerEvent extends Event { diff --git a/lib/public/SystemTag/MapperEvent.php b/lib/public/SystemTag/MapperEvent.php index 38519c02cdf..469a381d3c1 100644 --- a/lib/public/SystemTag/MapperEvent.php +++ b/lib/public/SystemTag/MapperEvent.php @@ -33,7 +33,6 @@ use OCP\EventDispatcher\Event; /** * Class MapperEvent * - * @package OCP\SystemTag * @since 9.0.0 */ class MapperEvent extends Event { diff --git a/lib/public/SystemTag/SystemTagsEntityEvent.php b/lib/public/SystemTag/SystemTagsEntityEvent.php index c2b2881a1f0..1ae82f2a7e4 100644 --- a/lib/public/SystemTag/SystemTagsEntityEvent.php +++ b/lib/public/SystemTag/SystemTagsEntityEvent.php @@ -33,7 +33,6 @@ use OCP\EventDispatcher\Event; /** * Class SystemTagsEntityEvent * - * @package OCP\SystemTag * @since 9.1.0 */ class SystemTagsEntityEvent extends Event { |