]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove wrongly annotated package names
authorJulius Härtl <jus@bitgrid.net>
Wed, 26 Aug 2020 10:35:27 +0000 (12:35 +0200)
committerJulius Härtl <jus@bitgrid.net>
Wed, 26 Aug 2020 10:35:27 +0000 (12:35 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
lib/public/AppFramework/App.php
lib/public/Files/SimpleFS/InMemoryFile.php
lib/public/FullTextSearch/Model/IIndexDocument.php
lib/public/IGroupManager.php
lib/public/IUserManager.php
lib/public/Share/IProviderFactory.php

index 2f55fd451406340121cc50019438a588fcd3b937..89b30ee156febe69255a133e8e42d6ee81a8dcac 100644 (file)
@@ -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
index 61ed8c07b6473e25966ee968a0ce3cf8c12cef7b..d420638737d7bbfb5a46fd4ddd4cef18f8b4fac0 100644 (file)
@@ -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 {
index cc9e6a717822d4bb20b62c25d2af3a9a888c48cc..cbc44f73031970f9ae14916ad499689dbac410f5 100644 (file)
@@ -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 {
        public const NOT_ENCODED = 0;
index 09dc30544b0caf85fbc11bf450f9bd57e8e17851..f8f0a5c47cdc39a291184f22eba3780e7121a845 100644 (file)
@@ -43,7 +43,6 @@ namespace OCP;
  * - preCreate(string $groupId)
  * - postCreate(\OC\Group\Group $group)
  *
- * @package OC\Group
  * @since 8.0.0
  */
 interface IGroupManager {
index bacfba90ff94451b8ac55922b2b9f6a465cd229f..f60e3f068c72d0b1bc2c8455216aa40170fa4de4 100644 (file)
@@ -44,7 +44,6 @@ namespace OCP;
  * - preUnassignedUserId(string $uid)
  * - postUnassignedUserId(string $uid)
  *
- * @package OC\User
  * @since 8.0.0
  */
 interface IUserManager {
index b2587459d8571c776753f64dabe030b52280e207..27218497e53099c91782900080831715d61c3fbf 100644 (file)
@@ -28,7 +28,6 @@ use OC\Share20\Exception\ProviderException;
 /**
  * Interface IProviderFactory
  *
- * @package OC\Share20
  * @since 9.0.0
  */
 interface IProviderFactory {