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/App | |
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/App')
-rw-r--r-- | lib/public/App/AppPathNotFoundException.php | 1 | ||||
-rw-r--r-- | lib/public/App/IAppManager.php | 1 | ||||
-rw-r--r-- | lib/public/App/ManagerEvent.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/public/App/AppPathNotFoundException.php b/lib/public/App/AppPathNotFoundException.php index 7285c7b5370..828e0f851fd 100644 --- a/lib/public/App/AppPathNotFoundException.php +++ b/lib/public/App/AppPathNotFoundException.php @@ -27,7 +27,6 @@ namespace OCP\App; /** * Class AppPathNotFoundException * - * @package OCP\App * @since 11.0.0 */ class AppPathNotFoundException extends \Exception { diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php index 4cf8da586e1..9ead8089c7d 100644 --- a/lib/public/App/IAppManager.php +++ b/lib/public/App/IAppManager.php @@ -37,7 +37,6 @@ use OCP\IUser; /** * Interface IAppManager * - * @package OCP\App * @since 8.0.0 */ interface IAppManager { diff --git a/lib/public/App/ManagerEvent.php b/lib/public/App/ManagerEvent.php index 4e4a083fe1b..e2f718a556f 100644 --- a/lib/public/App/ManagerEvent.php +++ b/lib/public/App/ManagerEvent.php @@ -29,7 +29,6 @@ use OCP\EventDispatcher\Event; /** * Class ManagerEvent * - * @package OCP\APP * @since 9.0.0 */ class ManagerEvent extends Event { |