Remove wrongly annotated package names

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-08-26 12:35:27 +02:00
parent 1874349cb9
commit 6ae83a72cd
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
6 changed files with 0 additions and 7 deletions

View File

@ -45,7 +45,6 @@ use OCP\Route\IRouter;
/** /**
* Class App * Class App
* @package OCP\AppFramework
* *
* Any application must inherit this call - all controller instances to be used are * Any application must inherit this call - all controller instances to be used are
* to be registered using IContainer::registerService * to be registered using IContainer::registerService

View File

@ -32,7 +32,6 @@ use OCP\Files\NotPermittedException;
/** /**
* This class represents a file that is only hold in memory. * This class represents a file that is only hold in memory.
* *
* @package OC\Files\SimpleFS
* @since 16.0.0 * @since 16.0.0
*/ */
class InMemoryFile implements ISimpleFile { class InMemoryFile implements ISimpleFile {

View File

@ -40,8 +40,6 @@ namespace OCP\FullTextSearch\Model;
* generated. As an example, an original document can be a file, a mail, ... * generated. As an example, an original document can be a file, a mail, ...
* *
* @since 15.0.0 * @since 15.0.0
*
* @package OC\FullTextSearch\Model
*/ */
interface IIndexDocument { interface IIndexDocument {
public const NOT_ENCODED = 0; public const NOT_ENCODED = 0;

View File

@ -43,7 +43,6 @@ namespace OCP;
* - preCreate(string $groupId) * - preCreate(string $groupId)
* - postCreate(\OC\Group\Group $group) * - postCreate(\OC\Group\Group $group)
* *
* @package OC\Group
* @since 8.0.0 * @since 8.0.0
*/ */
interface IGroupManager { interface IGroupManager {

View File

@ -44,7 +44,6 @@ namespace OCP;
* - preUnassignedUserId(string $uid) * - preUnassignedUserId(string $uid)
* - postUnassignedUserId(string $uid) * - postUnassignedUserId(string $uid)
* *
* @package OC\User
* @since 8.0.0 * @since 8.0.0
*/ */
interface IUserManager { interface IUserManager {

View File

@ -28,7 +28,6 @@ use OC\Share20\Exception\ProviderException;
/** /**
* Interface IProviderFactory * Interface IProviderFactory
* *
* @package OC\Share20
* @since 9.0.0 * @since 9.0.0
*/ */
interface IProviderFactory { interface IProviderFactory {