diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-08-26 12:35:27 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-26 12:35:27 +0200 |
commit | 94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (patch) | |
tree | 6fbadeaf0e5865f703e4e0aaba85c343b93be6ab /lib/public/AppFramework/App.php | |
parent | 8c33bfe86b53c9c18aaadef72a0d138e23165ae9 (diff) | |
download | nextcloud-server-94c0ca4b8ca75802bcecffa19fea9d5e14545c35.tar.gz nextcloud-server-94c0ca4b8ca75802bcecffa19fea9d5e14545c35.zip |
Remove wrongly annotated package names
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/AppFramework/App.php')
-rw-r--r-- | lib/public/AppFramework/App.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/AppFramework/App.php b/lib/public/AppFramework/App.php index 2f55fd45140..89b30ee156f 100644 --- a/lib/public/AppFramework/App.php +++ b/lib/public/AppFramework/App.php @@ -45,7 +45,6 @@ use OCP\Route\IRouter; /** * Class App - * @package OCP\AppFramework * * Any application must inherit this call - all controller instances to be used are * to be registered using IContainer::registerService |