Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-08-26 17:59:40 +0300
committerJulius Härtl <jus@bitgrid.net>2020-08-26 17:59:40 +0300
commit45a474071e2245a3d2c31a193a02e707c53c5790 (patch)
tree55c1e7c1ecec34a0f044017c330a61b254bb8fc0 /lib/public/Command
parent94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (diff)
Remove @package annotations from public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/Command')
-rw-r--r--lib/public/Command/IBus.php1
-rw-r--r--lib/public/Command/ICommand.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Command/IBus.php b/lib/public/Command/IBus.php
index ff7811b058a..9de5dd8e4b3 100644
--- a/lib/public/Command/IBus.php
+++ b/lib/public/Command/IBus.php
@@ -26,7 +26,6 @@ namespace OCP\Command;
/**
* Interface IBus
*
- * @package OCP\Command
* @since 8.1.0
*/
interface IBus {
diff --git a/lib/public/Command/ICommand.php b/lib/public/Command/ICommand.php
index ac7ebf39959..cfe4b1348c9 100644
--- a/lib/public/Command/ICommand.php
+++ b/lib/public/Command/ICommand.php
@@ -26,7 +26,6 @@ namespace OCP\Command;
/**
* Interface ICommand
*
- * @package OCP\Command
* @since 8.1.0
*/
interface ICommand {