Remove wrongly annotated package names
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1874349cb9
commit
6ae83a72cd
|
@ -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…
Reference in New Issue