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/Route | |
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/Route')
-rw-r--r-- | lib/public/Route/IRoute.php | 1 | ||||
-rw-r--r-- | lib/public/Route/IRouter.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Route/IRoute.php b/lib/public/Route/IRoute.php index 643bcb03fe2..fd0a6ffbb90 100644 --- a/lib/public/Route/IRoute.php +++ b/lib/public/Route/IRoute.php @@ -29,7 +29,6 @@ namespace OCP\Route; /** * Interface IRoute * - * @package OCP\Route * @since 7.0.0 */ interface IRoute { diff --git a/lib/public/Route/IRouter.php b/lib/public/Route/IRouter.php index 386098a8e32..d837265ac71 100644 --- a/lib/public/Route/IRouter.php +++ b/lib/public/Route/IRouter.php @@ -31,7 +31,6 @@ namespace OCP\Route; /** * Interface IRouter * - * @package OCP\Route * @since 7.0.0 * @deprecated 9.0.0 */ |