Remove wrongly annotated package names

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/22432/head
Julius Härtl 6 years ago
parent 8c33bfe86b
commit 94c0ca4b8c
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 1
      lib/public/AppFramework/App.php
  2. 1
      lib/public/Files/SimpleFS/InMemoryFile.php
  3. 2
      lib/public/FullTextSearch/Model/IIndexDocument.php
  4. 1
      lib/public/IGroupManager.php
  5. 1
      lib/public/IUserManager.php
  6. 1
      lib/public/Share/IProviderFactory.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

@ -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 {

@ -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;

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

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

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

Loading…
Cancel
Save