Remove @package annotations from public namespace

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-08-26 16:59:40 +02:00
parent 94c0ca4b8c
commit 45a474071e
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
222 changed files with 0 additions and 222 deletions

View File

@ -32,7 +32,6 @@ use OCP\IUser;
* Interface IAccount * Interface IAccount
* *
* @since 15.0.0 * @since 15.0.0
* @package OCP\Accounts
*/ */
interface IAccount extends \JsonSerializable { interface IAccount extends \JsonSerializable {

View File

@ -34,7 +34,6 @@ use OCP\IUser;
* *
* @since 15.0.0 * @since 15.0.0
* *
* @package OCP\Accounts
*/ */
interface IAccountManager { interface IAccountManager {

View File

@ -29,7 +29,6 @@ namespace OCP\Accounts;
/** /**
* Interface IAccountProperty * Interface IAccountProperty
* *
* @package OCP\Account
* @since 15.0.0 * @since 15.0.0
*/ */
interface IAccountProperty extends \JsonSerializable { interface IAccountProperty extends \JsonSerializable {

View File

@ -29,7 +29,6 @@ namespace OCP\Accounts;
* *
* @since 15.0.0 * @since 15.0.0
* *
* @package OCP\Accounts
*/ */
class PropertyDoesNotExistException extends \Exception { class PropertyDoesNotExistException extends \Exception {

View File

@ -36,7 +36,6 @@ namespace OCP\Activity;
/** /**
* Interface IConsumer * Interface IConsumer
* *
* @package OCP\Activity
* @since 6.0.0 * @since 6.0.0
*/ */
interface IConsumer { interface IConsumer {

View File

@ -38,7 +38,6 @@ namespace OCP\Activity;
/** /**
* Interface IEvent * Interface IEvent
* *
* @package OCP\Activity
* @since 8.2.0 * @since 8.2.0
*/ */
interface IEvent { interface IEvent {

View File

@ -26,7 +26,6 @@ namespace OCP\Activity;
/** /**
* Interface EventMerger * Interface EventMerger
* *
* @package OCP\Activity
* @since 11.0 * @since 11.0
*/ */
interface IEventMerger { interface IEventMerger {

View File

@ -28,7 +28,6 @@ namespace OCP\Activity;
/** /**
* Interface IExtension * Interface IExtension
* *
* @package OCP\Activity
* @since 8.0.0 * @since 8.0.0
*/ */
interface IExtension { interface IExtension {

View File

@ -26,7 +26,6 @@ namespace OCP\Activity;
/** /**
* Interface IFilter * Interface IFilter
* *
* @package OCP\Activity
* @since 11.0.0 * @since 11.0.0
*/ */
interface IFilter { interface IFilter {

View File

@ -31,7 +31,6 @@ namespace OCP\Activity;
/** /**
* Interface IManager * Interface IManager
* *
* @package OCP\Activity
* @since 6.0.0 * @since 6.0.0
*/ */
interface IManager { interface IManager {

View File

@ -26,7 +26,6 @@ namespace OCP\Activity;
/** /**
* Interface IProvider * Interface IProvider
* *
* @package OCP\Activity
* @since 11.0.0 * @since 11.0.0
*/ */
interface IProvider { interface IProvider {

View File

@ -26,7 +26,6 @@ namespace OCP\Activity;
/** /**
* Interface ISetting * Interface ISetting
* *
* @package OCP\Activity
* @since 11.0.0 * @since 11.0.0
*/ */
interface ISetting { interface ISetting {

View File

@ -27,7 +27,6 @@ namespace OCP\App;
/** /**
* Class AppPathNotFoundException * Class AppPathNotFoundException
* *
* @package OCP\App
* @since 11.0.0 * @since 11.0.0
*/ */
class AppPathNotFoundException extends \Exception { class AppPathNotFoundException extends \Exception {

View File

@ -37,7 +37,6 @@ use OCP\IUser;
/** /**
* Interface IAppManager * Interface IAppManager
* *
* @package OCP\App
* @since 8.0.0 * @since 8.0.0
*/ */
interface IAppManager { interface IAppManager {

View File

@ -29,7 +29,6 @@ use OCP\EventDispatcher\Event;
/** /**
* Class ManagerEvent * Class ManagerEvent
* *
* @package OCP\APP
* @since 9.0.0 * @since 9.0.0
*/ */
class ManagerEvent extends Event { class ManagerEvent extends Event {

View File

@ -38,7 +38,6 @@ namespace OCP\AppFramework\Http;
* *
* This class allows unsafe-eval of javascript and unsafe-inline of CSS. * This class allows unsafe-eval of javascript and unsafe-inline of CSS.
* *
* @package OCP\AppFramework\Http
* @since 8.1.0 * @since 8.1.0
*/ */
class ContentSecurityPolicy extends EmptyContentSecurityPolicy { class ContentSecurityPolicy extends EmptyContentSecurityPolicy {

View File

@ -30,7 +30,6 @@ use OCP\AppFramework\Http;
/** /**
* Class DataDisplayResponse * Class DataDisplayResponse
* *
* @package OCP\AppFramework\Http
* @since 8.1.0 * @since 8.1.0
*/ */
class DataDisplayResponse extends Response { class DataDisplayResponse extends Response {

View File

@ -27,7 +27,6 @@ namespace OCP\AppFramework\Http;
/** /**
* Class DataDownloadResponse * Class DataDownloadResponse
* *
* @package OCP\AppFramework\Http
* @since 8.0.0 * @since 8.0.0
*/ */
class DataDownloadResponse extends DownloadResponse { class DataDownloadResponse extends DownloadResponse {

View File

@ -35,7 +35,6 @@ namespace OCP\AppFramework\Http;
* As alternative with sane exemptions look at ContentSecurityPolicy * As alternative with sane exemptions look at ContentSecurityPolicy
* *
* @see \OCP\AppFramework\Http\ContentSecurityPolicy * @see \OCP\AppFramework\Http\ContentSecurityPolicy
* @package OCP\AppFramework\Http
* @since 9.0.0 * @since 9.0.0
*/ */
class EmptyContentSecurityPolicy { class EmptyContentSecurityPolicy {

View File

@ -34,7 +34,6 @@ namespace OCP\AppFramework\Http;
* As alternative with sane exemptions look at FeaturePolicy * As alternative with sane exemptions look at FeaturePolicy
* *
* @see \OCP\AppFramework\Http\FeaturePolicy * @see \OCP\AppFramework\Http\FeaturePolicy
* @package OCP\AppFramework\Http
* @since 17.0.0 * @since 17.0.0
*/ */
class EmptyFeaturePolicy { class EmptyFeaturePolicy {

View File

@ -35,7 +35,6 @@ namespace OCP\AppFramework\Http;
* notice that Nextcloud ships already with sensible defaults and those policies * notice that Nextcloud ships already with sensible defaults and those policies
* should require no modification at all for most use-cases. * should require no modification at all for most use-cases.
* *
* @package OCP\AppFramework\Http
* @since 17.0.0 * @since 17.0.0
*/ */
class FeaturePolicy extends EmptyFeaturePolicy { class FeaturePolicy extends EmptyFeaturePolicy {

View File

@ -28,7 +28,6 @@ use OCP\AppFramework\Http;
/** /**
* Class FileDisplayResponse * Class FileDisplayResponse
* *
* @package OCP\AppFramework\Http
* @since 11.0.0 * @since 11.0.0
*/ */
class FileDisplayResponse extends Response implements ICallbackResponse { class FileDisplayResponse extends Response implements ICallbackResponse {

View File

@ -28,7 +28,6 @@ namespace OCP\AppFramework\Http;
/** /**
* Interface ICallbackResponse * Interface ICallbackResponse
* *
* @package OCP\AppFramework\Http
* @since 8.1.0 * @since 8.1.0
*/ */
interface ICallbackResponse { interface ICallbackResponse {

View File

@ -32,7 +32,6 @@ use OCP\AppFramework\Http;
/** /**
* Class StreamResponse * Class StreamResponse
* *
* @package OCP\AppFramework\Http
* @since 8.1.0 * @since 8.1.0
*/ */
class StreamResponse extends Response implements ICallbackResponse { class StreamResponse extends Response implements ICallbackResponse {

View File

@ -39,7 +39,6 @@ namespace OCP\AppFramework\Http;
* This class represents out strictest defaults. They may get change from release * This class represents out strictest defaults. They may get change from release
* to release if more strict CSP directives become available. * to release if more strict CSP directives become available.
* *
* @package OCP\AppFramework\Http
* @since 14.0.0 * @since 14.0.0
* @deprecated 17.0.0 * @deprecated 17.0.0
*/ */

View File

@ -39,7 +39,6 @@ namespace OCP\AppFramework\Http;
* This is a temp helper class from the default ContentSecurityPolicy to allow slow * This is a temp helper class from the default ContentSecurityPolicy to allow slow
* migration to a stricter CSP. This does not allow unsafe eval. * migration to a stricter CSP. This does not allow unsafe eval.
* *
* @package OCP\AppFramework\Http
* @since 14.0.0 * @since 14.0.0
* @deprecated 17.0.0 * @deprecated 17.0.0
*/ */

View File

@ -39,7 +39,6 @@ namespace OCP\AppFramework\Http;
* This is a temp helper class from the default ContentSecurityPolicy to allow slow * This is a temp helper class from the default ContentSecurityPolicy to allow slow
* migration to a stricter CSP. This does not allow inline styles. * migration to a stricter CSP. This does not allow inline styles.
* *
* @package OCP\AppFramework\Http
* @since 14.0.0 * @since 14.0.0
* @deprecated 17.0.0 * @deprecated 17.0.0
*/ */

View File

@ -31,7 +31,6 @@ use OCP\Util;
/** /**
* Class LinkMenuAction * Class LinkMenuAction
* *
* @package OCP\AppFramework\Http\Template
* @since 14.0.0 * @since 14.0.0
*/ */
class ExternalShareMenuAction extends SimpleMenuAction { class ExternalShareMenuAction extends SimpleMenuAction {

View File

@ -27,7 +27,6 @@ namespace OCP\AppFramework\Http\Template;
/** /**
* Interface IMenuAction * Interface IMenuAction
* *
* @package OCP\AppFramework\Http\Template
* @since 14.0 * @since 14.0
*/ */
interface IMenuAction { interface IMenuAction {

View File

@ -29,7 +29,6 @@ use OCP\Util;
/** /**
* Class LinkMenuAction * Class LinkMenuAction
* *
* @package OCP\AppFramework\Http\Template
* @since 14.0.0 * @since 14.0.0
*/ */
class LinkMenuAction extends SimpleMenuAction { class LinkMenuAction extends SimpleMenuAction {

View File

@ -31,7 +31,6 @@ use OCP\AppFramework\Http\TemplateResponse;
/** /**
* Class PublicTemplateResponse * Class PublicTemplateResponse
* *
* @package OCP\AppFramework\Http\Template
* @since 14.0.0 * @since 14.0.0
*/ */
class PublicTemplateResponse extends TemplateResponse { class PublicTemplateResponse extends TemplateResponse {

View File

@ -29,7 +29,6 @@ use OCP\Util;
/** /**
* Class SimpleMenuAction * Class SimpleMenuAction
* *
* @package OCP\AppFramework\Http\Template
* @since 14.0.0 * @since 14.0.0
*/ */
class SimpleMenuAction implements IMenuAction { class SimpleMenuAction implements IMenuAction {

View File

@ -29,7 +29,6 @@ use OCP\AppFramework\Http;
/** /**
* Class OCSBadRequestException * Class OCSBadRequestException
* *
* @package OCP\AppFramework
* @since 9.1.0 * @since 9.1.0
*/ */
class OCSBadRequestException extends OCSException { class OCSBadRequestException extends OCSException {

View File

@ -29,7 +29,6 @@ use Exception;
/** /**
* Class OCSException * Class OCSException
* *
* @package OCP\AppFramework
* @since 9.1.0 * @since 9.1.0
*/ */
class OCSException extends Exception { class OCSException extends Exception {

View File

@ -29,7 +29,6 @@ use OCP\AppFramework\Http;
/** /**
* Class OCSForbiddenException * Class OCSForbiddenException
* *
* @package OCP\AppFramework
* @since 9.1.0 * @since 9.1.0
*/ */
class OCSForbiddenException extends OCSException { class OCSForbiddenException extends OCSException {

View File

@ -29,7 +29,6 @@ use OCP\AppFramework\Http;
/** /**
* Class OCSNotFoundException * Class OCSNotFoundException
* *
* @package OCP\AppFramework
* @since 9.1.0 * @since 9.1.0
*/ */
class OCSNotFoundException extends OCSException { class OCSNotFoundException extends OCSException {

View File

@ -35,7 +35,6 @@ use Psr\Container\ContainerExceptionInterface;
* *
* The class extends `NotFoundExceptionInterface` since 20.0.0 * The class extends `NotFoundExceptionInterface` since 20.0.0
* *
* @package OCP\AppFramework
* @since 8.1.0 * @since 8.1.0
* @deprecated 20.0.0 catch \Psr\Container\ContainerExceptionInterface * @deprecated 20.0.0 catch \Psr\Container\ContainerExceptionInterface
*/ */

View File

@ -33,7 +33,6 @@ namespace OCP\AppFramework\Utility;
* *
* Reads and parses annotations from doc comments * Reads and parses annotations from doc comments
* *
* @package OCP\AppFramework\Utility
* @since 8.0.0 * @since 8.0.0
*/ */
interface IControllerMethodReflector { interface IControllerMethodReflector {

View File

@ -36,7 +36,6 @@ namespace OCP\Authentication;
/** /**
* Interface IApacheBackend * Interface IApacheBackend
* *
* @package OCP\Authentication
* @since 6.0.0 * @since 6.0.0
*/ */
interface IApacheBackend { interface IApacheBackend {

View File

@ -31,7 +31,6 @@ use OCP\ILogger;
/** /**
* Interface IJob * Interface IJob
* *
* @package OCP\BackgroundJob
* @since 7.0.0 * @since 7.0.0
*/ */
interface IJob { interface IJob {

View File

@ -42,7 +42,6 @@ namespace OCP\BackgroundJob;
* be specified in the constructor of the job by calling * be specified in the constructor of the job by calling
* $this->setInterval($interval) with $interval in seconds. * $this->setInterval($interval) with $interval in seconds.
* *
* @package OCP\BackgroundJob
* @since 7.0.0 * @since 7.0.0
*/ */
interface IJobList { interface IJobList {

View File

@ -27,7 +27,6 @@ namespace OCP\Calendar;
/** /**
* Class BackendTemporarilyUnavailableException * Class BackendTemporarilyUnavailableException
* *
* @package OCP\Calendar
* @since 14.0.0 * @since 14.0.0
*/ */
class BackendTemporarilyUnavailableException extends \Exception { class BackendTemporarilyUnavailableException extends \Exception {

View File

@ -26,7 +26,6 @@ namespace OCP\Calendar;
/** /**
* Interface ICalendar * Interface ICalendar
* *
* @package OCP
* @since 13.0.0 * @since 13.0.0
*/ */
interface ICalendar { interface ICalendar {

View File

@ -28,7 +28,6 @@ namespace OCP\Calendar;
* *
* Provider for metadata of a resource or a room * Provider for metadata of a resource or a room
* *
* @package OCP\Calendar
* @since 17.0.0 * @since 17.0.0
*/ */
interface IMetadataProvider { interface IMetadataProvider {

View File

@ -29,7 +29,6 @@ use OCP\Calendar\BackendTemporarilyUnavailableException;
/** /**
* Interface IBackend * Interface IBackend
* *
* @package OCP\Calendar\Resource
* @since 14.0.0 * @since 14.0.0
*/ */
interface IBackend { interface IBackend {

View File

@ -26,7 +26,6 @@ namespace OCP\Calendar\Resource;
/** /**
* Interface IManager * Interface IManager
* *
* @package OCP\Calendar\Resource
* @since 14.0.0 * @since 14.0.0
*/ */
interface IManager { interface IManager {

View File

@ -26,7 +26,6 @@ namespace OCP\Calendar\Resource;
/** /**
* Interface IResource * Interface IResource
* *
* @package OCP\Calendar\Resource
* @since 14.0.0 * @since 14.0.0
*/ */
interface IResource { interface IResource {

View File

@ -30,7 +30,6 @@ namespace OCP\Calendar\Resource;
* Resource Backends are not limited to this list and can provide * Resource Backends are not limited to this list and can provide
* any metadata they want. * any metadata they want.
* *
* @package OCP\Calendar\Resource
* @since 17.0.0 * @since 17.0.0
*/ */
interface IResourceMetadata { interface IResourceMetadata {

View File

@ -29,7 +29,6 @@ use OCP\Calendar\BackendTemporarilyUnavailableException;
/** /**
* Interface IBackend * Interface IBackend
* *
* @package OCP\Calendar\Room
* @since 14.0.0 * @since 14.0.0
*/ */
interface IBackend { interface IBackend {

View File

@ -26,7 +26,6 @@ namespace OCP\Calendar\Room;
/** /**
* Interface IManager * Interface IManager
* *
* @package OCP\Calendar\Room
* @since 14.0.0 * @since 14.0.0
*/ */
interface IManager { interface IManager {

View File

@ -26,7 +26,6 @@ namespace OCP\Calendar\Room;
/** /**
* Interface IRoom * Interface IRoom
* *
* @package OCP\Calendar\Room
* @since 14.0.0 * @since 14.0.0
*/ */
interface IRoom { interface IRoom {

View File

@ -30,7 +30,6 @@ namespace OCP\Calendar\Room;
* Room Backends are not limited to this list and can provide * Room Backends are not limited to this list and can provide
* any metadata they want. * any metadata they want.
* *
* @package OCP\Calendar\Room
* @since 17.0.0 * @since 17.0.0
*/ */
interface IRoomMetadata { interface IRoomMetadata {

View File

@ -26,7 +26,6 @@ namespace OCP\Collaboration\AutoComplete;
/** /**
* Interface IManager * Interface IManager
* *
* @package OCP\Collaboration\AutoComplete
* @since 13.0.0 * @since 13.0.0
*/ */
interface IManager { interface IManager {

View File

@ -28,7 +28,6 @@ namespace OCP\Collaboration\AutoComplete;
* *
* Sorts the list of .e.g users for auto completion * Sorts the list of .e.g users for auto completion
* *
* @package OCP\Collaboration\AutoComplete
* @since 13.0.0 * @since 13.0.0
*/ */
interface ISorter { interface ISorter {

View File

@ -26,7 +26,6 @@ namespace OCP\Collaboration\Collaborators;
/** /**
* Interface ISearch * Interface ISearch
* *
* @package OCP\Collaboration\Collaborators
* @since 13.0.0 * @since 13.0.0
*/ */
interface ISearch { interface ISearch {

View File

@ -26,7 +26,6 @@ namespace OCP\Collaboration\Collaborators;
/** /**
* Interface ISearchPlugin * Interface ISearchPlugin
* *
* @package OCP\Collaboration\Collaborators
* @since 13.0.0 * @since 13.0.0
*/ */
interface ISearchPlugin { interface ISearchPlugin {

View File

@ -26,7 +26,6 @@ namespace OCP\Collaboration\Collaborators;
/** /**
* Interface ISearchResult * Interface ISearchResult
* *
* @package OCP\Collaboration\Collaborators
* @since 13.0.0 * @since 13.0.0
*/ */
interface ISearchResult { interface ISearchResult {

View File

@ -28,7 +28,6 @@ namespace OCP\Collaboration\Collaborators;
/** /**
* Class SearchResultType * Class SearchResultType
* *
* @package OCP\Collaboration\Collaborators
* @since 13.0.0 * @since 13.0.0
*/ */
class SearchResultType { class SearchResultType {

View File

@ -26,7 +26,6 @@ namespace OCP\Command;
/** /**
* Interface IBus * Interface IBus
* *
* @package OCP\Command
* @since 8.1.0 * @since 8.1.0
*/ */
interface IBus { interface IBus {

View File

@ -26,7 +26,6 @@ namespace OCP\Command;
/** /**
* Interface ICommand * Interface ICommand
* *
* @package OCP\Command
* @since 8.1.0 * @since 8.1.0
*/ */
interface ICommand { interface ICommand {

View File

@ -29,7 +29,6 @@ use OCP\EventDispatcher\Event;
/** /**
* Class CommentsEntityEvent * Class CommentsEntityEvent
* *
* @package OCP\Comments
* @since 9.1.0 * @since 9.1.0
*/ */
class CommentsEntityEvent extends Event { class CommentsEntityEvent extends Event {

View File

@ -29,7 +29,6 @@ use OCP\EventDispatcher\Event;
/** /**
* Class CommentsEvent * Class CommentsEvent
* *
* @package OCP\Comments
* @since 9.0.0 * @since 9.0.0
*/ */
class CommentsEvent extends Event { class CommentsEvent extends Event {

View File

@ -31,7 +31,6 @@ namespace OCP\Comments;
* *
* This class represents a comment * This class represents a comment
* *
* @package OCP\Comments
* @since 9.0.0 * @since 9.0.0
*/ */
interface IComment { interface IComment {

View File

@ -27,7 +27,6 @@ namespace OCP\Comments;
/** /**
* Interface ICommentsEventHandler * Interface ICommentsEventHandler
* *
* @package OCP\Comments
* @since 11.0.0 * @since 11.0.0
*/ */
interface ICommentsEventHandler { interface ICommentsEventHandler {

View File

@ -35,7 +35,6 @@ use OCP\IUser;
* *
* This class manages the access to comments * This class manages the access to comments
* *
* @package OCP\Comments
* @since 9.0.0 * @since 9.0.0
*/ */
interface ICommentsManager { interface ICommentsManager {

View File

@ -33,7 +33,6 @@ use OCP\IServerContainer;
* This class is responsible for instantiating and returning an ICommentsManager * This class is responsible for instantiating and returning an ICommentsManager
* instance. * instance.
* *
* @package OCP\Comments
* @since 9.0.0 * @since 9.0.0
*/ */
interface ICommentsManagerFactory { interface ICommentsManagerFactory {

View File

@ -29,7 +29,6 @@ use OCP\EventDispatcher\Event;
/** /**
* Class ConsoleEvent * Class ConsoleEvent
* *
* @package OCP\Console
* @since 9.0.0 * @since 9.0.0
*/ */
class ConsoleEvent extends Event { class ConsoleEvent extends Event {

View File

@ -33,7 +33,6 @@ namespace OCP;
/** /**
* Class Constants * Class Constants
* *
* @package OCP
* @since 8.0.0 * @since 8.0.0
*/ */
class Constants { class Constants {

View File

@ -26,7 +26,6 @@ namespace OCP\DB;
/** /**
* Interface ISchemaWrapper * Interface ISchemaWrapper
* *
* @package OCP\DB
* @since 13.0.0 * @since 13.0.0
*/ */
interface ISchemaWrapper { interface ISchemaWrapper {

View File

@ -31,7 +31,6 @@ namespace OCP\Dashboard\Exceptions;
* *
* Class DashboardAppNotAvailableException * Class DashboardAppNotAvailableException
* *
* @package OCP\Dashboard\Exceptions
*/ */
class DashboardAppNotAvailableException extends \Exception { class DashboardAppNotAvailableException extends \Exception {
} }

View File

@ -40,7 +40,6 @@ use OCP\Dashboard\Service\IWidgetsService;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard
*/ */
interface IDashboardManager { interface IDashboardManager {

View File

@ -47,7 +47,6 @@ use OCP\Dashboard\Model\WidgetTemplate;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard
*/ */
interface IDashboardWidget { interface IDashboardWidget {

View File

@ -29,7 +29,6 @@ namespace OCP\Dashboard;
/** /**
* Interface IManager * Interface IManager
* *
* @package OCP\Dashboard
* @since 20.0.0 * @since 20.0.0
*/ */
interface IManager { interface IManager {

View File

@ -29,7 +29,6 @@ namespace OCP\Dashboard;
/** /**
* Interface IWidget * Interface IWidget
* *
* @package OCP\Dashboard
* @since 20.0.0 * @since 20.0.0
*/ */
interface IWidget { interface IWidget {

View File

@ -38,7 +38,6 @@ use OCP\Dashboard\IDashboardWidget;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard\Model
*/ */
interface IWidgetConfig { interface IWidgetConfig {

View File

@ -40,7 +40,6 @@ use OCP\Dashboard\IDashboardWidget;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard\Model
*/ */
interface IWidgetRequest { interface IWidgetRequest {

View File

@ -47,7 +47,6 @@ use JsonSerializable;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard\Model
*/ */
final class WidgetSetting implements JsonSerializable { final class WidgetSetting implements JsonSerializable {
public const TYPE_INPUT = 'input'; public const TYPE_INPUT = 'input';

View File

@ -40,7 +40,6 @@ use JsonSerializable;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard\Model
*/ */
final class WidgetSetup implements JsonSerializable { final class WidgetSetup implements JsonSerializable {
public const SIZE_TYPE_MIN = 'min'; public const SIZE_TYPE_MIN = 'min';

View File

@ -39,7 +39,6 @@ use JsonSerializable;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard\Model
*/ */
final class WidgetTemplate implements JsonSerializable { final class WidgetTemplate implements JsonSerializable {

View File

@ -36,7 +36,6 @@ use OCP\EventDispatcher\Event;
* they are needed. Deprecated right away so we can drop it again after 19 is EOL * they are needed. Deprecated right away so we can drop it again after 19 is EOL
* and backward compatible apps can use OCP\AppFramework\Bootstrap\IBootstrap * and backward compatible apps can use OCP\AppFramework\Bootstrap\IBootstrap
* *
* @package OCP\Dashboard
* @since 20.0.0 * @since 20.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
*/ */

View File

@ -37,7 +37,6 @@ use OCP\Dashboard\IDashboardManager;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard\Service
*/ */
interface IEventsService { interface IEventsService {

View File

@ -38,7 +38,6 @@ use OCP\Dashboard\Model\IWidgetConfig;
* @since 15.0.0 * @since 15.0.0
* @deprecated 20.0.0 * @deprecated 20.0.0
* *
* @package OCP\Dashboard\Service
*/ */
interface IWidgetsService { interface IWidgetsService {

View File

@ -26,7 +26,6 @@ namespace OCP\Diagnostics;
/** /**
* Interface IEvent * Interface IEvent
* *
* @package OCP\Diagnostics
* @since 8.0.0 * @since 8.0.0
*/ */
interface IEvent { interface IEvent {

View File

@ -27,7 +27,6 @@ namespace OCP\Diagnostics;
/** /**
* Interface IEventLogger * Interface IEventLogger
* *
* @package OCP\Diagnostics
* @since 8.0.0 * @since 8.0.0
*/ */
interface IEventLogger { interface IEventLogger {

View File

@ -28,7 +28,6 @@ namespace OCP\Diagnostics;
/** /**
* Interface IQuery * Interface IQuery
* *
* @package OCP\Diagnostics
* @since 8.0.0 * @since 8.0.0
*/ */
interface IQuery { interface IQuery {

View File

@ -31,7 +31,6 @@ use Doctrine\DBAL\Logging\SQLLogger;
/** /**
* Interface IQueryLogger * Interface IQueryLogger
* *
* @package OCP\Diagnostics
* @since 8.0.0 * @since 8.0.0
*/ */
interface IQueryLogger extends SQLLogger { interface IQueryLogger extends SQLLogger {

View File

@ -28,7 +28,6 @@ use JsonSerializable;
/** /**
* Class ATemplate * Class ATemplate
* *
* @package OCP\DirectEditing
* @since 18.0.0 * @since 18.0.0
*/ */
abstract class ATemplate implements JsonSerializable { abstract class ATemplate implements JsonSerializable {

View File

@ -33,7 +33,6 @@ use RuntimeException;
/** /**
* Interface IManager * Interface IManager
* *
* @package OCP\DirectEditing
* @since 18.0.0 * @since 18.0.0
*/ */
interface IManager { interface IManager {

View File

@ -32,7 +32,6 @@ use OC\HintException;
/** /**
* Class GenericEncryptionException * Class GenericEncryptionException
* *
* @package OCP\Encryption\Exceptions
* @since 8.1.0 * @since 8.1.0
*/ */
class GenericEncryptionException extends HintException { class GenericEncryptionException extends HintException {

View File

@ -33,7 +33,6 @@ use Symfony\Component\Console\Output\OutputInterface;
/** /**
* Interface IEncryptionModule * Interface IEncryptionModule
* *
* @package OCP\Encryption
* @since 8.1.0 * @since 8.1.0
*/ */
interface IEncryptionModule { interface IEncryptionModule {

View File

@ -27,7 +27,6 @@ namespace OCP\Encryption;
/** /**
* Interface IFile * Interface IFile
* *
* @package OCP\Encryption
* @since 8.1.0 * @since 8.1.0
*/ */
interface IFile { interface IFile {

View File

@ -29,7 +29,6 @@ namespace OCP\Encryption\Keys;
/** /**
* Interface IStorage * Interface IStorage
* *
* @package OCP\Encryption\Keys
* @since 8.1.0 * @since 8.1.0
*/ */
interface IStorage { interface IStorage {

View File

@ -39,7 +39,6 @@ use function array_key_exists;
* convenience reimplementation of \Symfony\Component\GenericEvent against * convenience reimplementation of \Symfony\Component\GenericEvent against
* \OCP\EventDispatcher\Event * \OCP\EventDispatcher\Event
* *
* @package OCP\EventDispatcher
* @since 18.0.0 * @since 18.0.0
*/ */
class GenericEvent extends Event implements ArrayAccess, IteratorAggregate { class GenericEvent extends Event implements ArrayAccess, IteratorAggregate {

View File

@ -28,7 +28,6 @@ use OC\HintException;
/** /**
* Class ActionNotSupportedException * Class ActionNotSupportedException
* *
* @package OCP\Federation\Exceptions
* *
* @since 14.0.0 * @since 14.0.0
*/ */

View File

@ -28,7 +28,6 @@ use OC\HintException;
/** /**
* Class AuthenticationFailedException * Class AuthenticationFailedException
* *
* @package OCP\Federation\Exceptions
* *
* @since 14.0.0 * @since 14.0.0
*/ */

View File

@ -28,7 +28,6 @@ use OC\HintException;
/** /**
* Class BadRequestException * Class BadRequestException
* *
* @package OCP\Federation\Exceptions
* *
* @since 14.0.0 * @since 14.0.0
*/ */

View File

@ -30,7 +30,6 @@ use OC\HintException;
/** /**
* Class ProviderAlreadyExistsException * Class ProviderAlreadyExistsException
* *
* @package OCP\Federation\Exceptions
* *
* @since 14.0.0 * @since 14.0.0
*/ */

View File

@ -29,7 +29,6 @@ use OCP\AppFramework\Http;
/** /**
* Class ProviderCouldNotAddShareException * Class ProviderCouldNotAddShareException
* *
* @package OCP\Federation\Exceptions
* *
* @since 14.0.0 * @since 14.0.0
*/ */

View File

@ -28,7 +28,6 @@ use OC\HintException;
/** /**
* Class ProviderDoesNotExistsException * Class ProviderDoesNotExistsException
* *
* @package OCP\Federation\Exceptions
* *
* @since 14.0.0 * @since 14.0.0
*/ */

View File

@ -26,7 +26,6 @@ namespace OCP\Federation;
/** /**
* Interface ICloudFederationFactory * Interface ICloudFederationFactory
* *
* @package OCP\Federation
* *
* @since 14.0.0 * @since 14.0.0
*/ */

Some files were not shown because too many files have changed in this diff Show More