summaryrefslogtreecommitdiffstats
path: root/lib/public/Dashboard/Exceptions
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-08-26 16:59:40 +0200
committerJulius Härtl <jus@bitgrid.net>2020-08-26 16:59:40 +0200
commit45a474071e2245a3d2c31a193a02e707c53c5790 (patch)
tree55c1e7c1ecec34a0f044017c330a61b254bb8fc0 /lib/public/Dashboard/Exceptions
parent94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (diff)
downloadnextcloud-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/Dashboard/Exceptions')
-rw-r--r--lib/public/Dashboard/Exceptions/DashboardAppNotAvailableException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Dashboard/Exceptions/DashboardAppNotAvailableException.php b/lib/public/Dashboard/Exceptions/DashboardAppNotAvailableException.php
index 15ec743eb1d..e42f8b28d07 100644
--- a/lib/public/Dashboard/Exceptions/DashboardAppNotAvailableException.php
+++ b/lib/public/Dashboard/Exceptions/DashboardAppNotAvailableException.php
@@ -31,7 +31,6 @@ namespace OCP\Dashboard\Exceptions;
*
* Class DashboardAppNotAvailableException
*
- * @package OCP\Dashboard\Exceptions
*/
class DashboardAppNotAvailableException extends \Exception {
}