Skip to content

Commit 45a4740

Browse files
committed
Remove @Package annotations from public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 94c0ca4 commit 45a4740

222 files changed

Lines changed: 0 additions & 222 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/public/Accounts/IAccount.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* Interface IAccount
3333
*
3434
* @since 15.0.0
35-
* @package OCP\Accounts
3635
*/
3736
interface IAccount extends \JsonSerializable {
3837

lib/public/Accounts/IAccountManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
*
3535
* @since 15.0.0
3636
*
37-
* @package OCP\Accounts
3837
*/
3938
interface IAccountManager {
4039

lib/public/Accounts/IAccountProperty.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
/**
3030
* Interface IAccountProperty
3131
*
32-
* @package OCP\Account
3332
* @since 15.0.0
3433
*/
3534
interface IAccountProperty extends \JsonSerializable {

lib/public/Accounts/PropertyDoesNotExistException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*
3030
* @since 15.0.0
3131
*
32-
* @package OCP\Accounts
3332
*/
3433
class PropertyDoesNotExistException extends \Exception {
3534

lib/public/Activity/IConsumer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
/**
3737
* Interface IConsumer
3838
*
39-
* @package OCP\Activity
4039
* @since 6.0.0
4140
*/
4241
interface IConsumer {

lib/public/Activity/IEvent.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
/**
3939
* Interface IEvent
4040
*
41-
* @package OCP\Activity
4241
* @since 8.2.0
4342
*/
4443
interface IEvent {

lib/public/Activity/IEventMerger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/**
2727
* Interface EventMerger
2828
*
29-
* @package OCP\Activity
3029
* @since 11.0
3130
*/
3231
interface IEventMerger {

lib/public/Activity/IExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
/**
2929
* Interface IExtension
3030
*
31-
* @package OCP\Activity
3231
* @since 8.0.0
3332
*/
3433
interface IExtension {

lib/public/Activity/IFilter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/**
2727
* Interface IFilter
2828
*
29-
* @package OCP\Activity
3029
* @since 11.0.0
3130
*/
3231
interface IFilter {

lib/public/Activity/IManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
/**
3232
* Interface IManager
3333
*
34-
* @package OCP\Activity
3534
* @since 6.0.0
3635
*/
3736
interface IManager {

0 commit comments

Comments
 (0)