From 7a5e2455bb33a9f42dc75cbffc6617f551b48d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 26 Aug 2020 12:35:27 +0200 Subject: [PATCH] Remove wrongly annotated package names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/public/AppFramework/App.php | 1 - lib/public/Files/SimpleFS/InMemoryFile.php | 1 - lib/public/FullTextSearch/Model/IIndexDocument.php | 2 -- lib/public/IGroupManager.php | 1 - lib/public/IUserManager.php | 1 - lib/public/Share/IProviderFactory.php | 1 - 6 files changed, 7 deletions(-) diff --git a/lib/public/AppFramework/App.php b/lib/public/AppFramework/App.php index d6bf23e4afe..debe11963f7 100644 --- a/lib/public/AppFramework/App.php +++ b/lib/public/AppFramework/App.php @@ -43,7 +43,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 diff --git a/lib/public/Files/SimpleFS/InMemoryFile.php b/lib/public/Files/SimpleFS/InMemoryFile.php index 61ed8c07b64..d420638737d 100644 --- a/lib/public/Files/SimpleFS/InMemoryFile.php +++ b/lib/public/Files/SimpleFS/InMemoryFile.php @@ -32,7 +32,6 @@ use OCP\Files\NotPermittedException; /** * This class represents a file that is only hold in memory. * - * @package OC\Files\SimpleFS * @since 16.0.0 */ class InMemoryFile implements ISimpleFile { diff --git a/lib/public/FullTextSearch/Model/IIndexDocument.php b/lib/public/FullTextSearch/Model/IIndexDocument.php index e86582b9234..8144ece8fad 100644 --- a/lib/public/FullTextSearch/Model/IIndexDocument.php +++ b/lib/public/FullTextSearch/Model/IIndexDocument.php @@ -40,8 +40,6 @@ namespace OCP\FullTextSearch\Model; * generated. As an example, an original document can be a file, a mail, ... * * @since 15.0.0 - * - * @package OC\FullTextSearch\Model */ interface IIndexDocument { diff --git a/lib/public/IGroupManager.php b/lib/public/IGroupManager.php index 09dc30544b0..f8f0a5c47cd 100644 --- a/lib/public/IGroupManager.php +++ b/lib/public/IGroupManager.php @@ -43,7 +43,6 @@ namespace OCP; * - preCreate(string $groupId) * - postCreate(\OC\Group\Group $group) * - * @package OC\Group * @since 8.0.0 */ interface IGroupManager { diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php index 7985c1bd6f4..78f44cc83c2 100644 --- a/lib/public/IUserManager.php +++ b/lib/public/IUserManager.php @@ -45,7 +45,6 @@ namespace OCP; * - preUnassignedUserId(string $uid) * - postUnassignedUserId(string $uid) * - * @package OC\User * @since 8.0.0 */ interface IUserManager { diff --git a/lib/public/Share/IProviderFactory.php b/lib/public/Share/IProviderFactory.php index 120d46258ff..90188240bae 100644 --- a/lib/public/Share/IProviderFactory.php +++ b/lib/public/Share/IProviderFactory.php @@ -29,7 +29,6 @@ use OCP\IServerContainer; /** * Interface IProviderFactory * - * @package OC\Share20 * @since 9.0.0 */ interface IProviderFactory {