Skip to content
Snippets Groups Projects
Unverified Commit 94c0ca4b authored by Julius Härtl's avatar Julius Härtl
Browse files

Remove wrongly annotated package names


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 8c33bfe8
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment