Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove wrongly annotated package names
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 27, 2020
commit 7a5e2455bb33a9f42dc75cbffc6617f551b48d2e
1 change: 0 additions & 1 deletion lib/public/AppFramework/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

/**
* Class App
* @package OCP\AppFramework
*
* Any application must inherit this call - all controller instances to be used are
* to be registered using IContainer::registerService
Expand Down
1 change: 0 additions & 1 deletion lib/public/Files/SimpleFS/InMemoryFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/**
* This class represents a file that is only hold in memory.
*
* @package OC\Files\SimpleFS
* @since 16.0.0
*/
class InMemoryFile implements ISimpleFile {
Expand Down
2 changes: 0 additions & 2 deletions lib/public/FullTextSearch/Model/IIndexDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
* generated. As an example, an original document can be a file, a mail, ...
*
* @since 15.0.0
*
* @package OC\FullTextSearch\Model
*/
interface IIndexDocument {

Expand Down
1 change: 0 additions & 1 deletion lib/public/IGroupManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
* - preCreate(string $groupId)
* - postCreate(\OC\Group\Group $group)
*
* @package OC\Group
* @since 8.0.0
*/
interface IGroupManager {
Expand Down
1 change: 0 additions & 1 deletion lib/public/IUserManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
* - preUnassignedUserId(string $uid)
* - postUnassignedUserId(string $uid)
*
* @package OC\User
* @since 8.0.0
*/
interface IUserManager {
Expand Down
1 change: 0 additions & 1 deletion lib/public/Share/IProviderFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* Interface IProviderFactory
*
* @package OC\Share20
* @since 9.0.0
*/
interface IProviderFactory {
Expand Down