diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-20 11:45:08 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-20 11:45:08 +0100 |
commit | f5c361cf44739058b79f322576a1bad2d8c142d9 (patch) | |
tree | a22217c6995751023112832d191d213e494e2fbc /lib/public | |
parent | 37bb33c5799b834dfef3fb73936bd0e5a4773fb8 (diff) | |
download | nextcloud-server-f5c361cf44739058b79f322576a1bad2d8c142d9.tar.gz nextcloud-server-f5c361cf44739058b79f322576a1bad2d8c142d9.zip |
composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/public')
335 files changed, 1 insertions, 352 deletions
diff --git a/lib/public/Accounts/IAccount.php b/lib/public/Accounts/IAccount.php index 383f21068a9..190896a54ef 100644 --- a/lib/public/Accounts/IAccount.php +++ b/lib/public/Accounts/IAccount.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 15.0.0 */ interface IAccount extends \JsonSerializable { - /** * Set a property with data * diff --git a/lib/public/Accounts/IAccountManager.php b/lib/public/Accounts/IAccountManager.php index 77c32d6ff4e..7c977b575ae 100644 --- a/lib/public/Accounts/IAccountManager.php +++ b/lib/public/Accounts/IAccountManager.php @@ -39,7 +39,6 @@ use OCP\IUser; * */ interface IAccountManager { - /** * Contact details visible locally only * diff --git a/lib/public/Accounts/IAccountProperty.php b/lib/public/Accounts/IAccountProperty.php index 94866fc4807..82a83e8948a 100644 --- a/lib/public/Accounts/IAccountProperty.php +++ b/lib/public/Accounts/IAccountProperty.php @@ -34,7 +34,6 @@ use InvalidArgumentException; * @since 15.0.0 */ interface IAccountProperty extends \JsonSerializable { - /** * Set the value of a property * diff --git a/lib/public/Accounts/IAccountPropertyCollection.php b/lib/public/Accounts/IAccountPropertyCollection.php index 0d4c416cbaa..3f42cb1e6b7 100644 --- a/lib/public/Accounts/IAccountPropertyCollection.php +++ b/lib/public/Accounts/IAccountPropertyCollection.php @@ -37,7 +37,6 @@ use JsonSerializable; * @since 22.0.0 */ interface IAccountPropertyCollection extends JsonSerializable { - /** * retuns the collection name * diff --git a/lib/public/Accounts/PropertyDoesNotExistException.php b/lib/public/Accounts/PropertyDoesNotExistException.php index 17c629fdc3e..0ce3f1b069b 100644 --- a/lib/public/Accounts/PropertyDoesNotExistException.php +++ b/lib/public/Accounts/PropertyDoesNotExistException.php @@ -30,7 +30,6 @@ namespace OCP\Accounts; * */ class PropertyDoesNotExistException extends \Exception { - /** * Constructor * @param string $msg the error message diff --git a/lib/public/Activity/IEventMerger.php b/lib/public/Activity/IEventMerger.php index a093a52744c..d72106b24f7 100644 --- a/lib/public/Activity/IEventMerger.php +++ b/lib/public/Activity/IEventMerger.php @@ -28,7 +28,6 @@ namespace OCP\Activity; * @since 11.0 */ interface IEventMerger { - /** * Combines two events when possible to have grouping: * diff --git a/lib/public/Activity/IFilter.php b/lib/public/Activity/IFilter.php index 967a739726c..8d98cc37c07 100644 --- a/lib/public/Activity/IFilter.php +++ b/lib/public/Activity/IFilter.php @@ -28,7 +28,6 @@ namespace OCP\Activity; * @since 11.0.0 */ interface IFilter { - /** * @return string Lowercase a-z and underscore only identifier * @since 11.0.0 diff --git a/lib/public/Activity/ISetting.php b/lib/public/Activity/ISetting.php index 53e01d42868..0e5b7653b27 100644 --- a/lib/public/Activity/ISetting.php +++ b/lib/public/Activity/ISetting.php @@ -28,7 +28,6 @@ namespace OCP\Activity; * @since 11.0.0 */ interface ISetting { - /** * @return string Lowercase a-z and underscore only identifier * @since 11.0.0 diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php index f7c9d848099..de36fafcdfe 100644 --- a/lib/public/App/IAppManager.php +++ b/lib/public/App/IAppManager.php @@ -42,7 +42,6 @@ use OCP\IUser; * @since 8.0.0 */ interface IAppManager { - /** * Returns the app information from "appinfo/info.xml". * diff --git a/lib/public/AppFramework/App.php b/lib/public/AppFramework/App.php index 88045c73df5..4d6e9177b78 100644 --- a/lib/public/AppFramework/App.php +++ b/lib/public/AppFramework/App.php @@ -47,7 +47,6 @@ use OCP\Route\IRouter; * @since 6.0.0 */ class App { - /** @var IAppContainer */ private $container; diff --git a/lib/public/AppFramework/AuthPublicShareController.php b/lib/public/AppFramework/AuthPublicShareController.php index bd0e32f566d..00834506b05 100644 --- a/lib/public/AppFramework/AuthPublicShareController.php +++ b/lib/public/AppFramework/AuthPublicShareController.php @@ -46,7 +46,6 @@ use OCP\IURLGenerator; * @since 14.0.0 */ abstract class AuthPublicShareController extends PublicShareController { - /** @var IURLGenerator */ protected $urlGenerator; diff --git a/lib/public/AppFramework/Bootstrap/IBootContext.php b/lib/public/AppFramework/Bootstrap/IBootContext.php index a69c9423a98..72a9602217d 100644 --- a/lib/public/AppFramework/Bootstrap/IBootContext.php +++ b/lib/public/AppFramework/Bootstrap/IBootContext.php @@ -35,7 +35,6 @@ use Throwable; * @since 20.0.0 */ interface IBootContext { - /** * Get hold of the app's container * diff --git a/lib/public/AppFramework/Bootstrap/IBootstrap.php b/lib/public/AppFramework/Bootstrap/IBootstrap.php index bdb739e0cfa..8ebb377c152 100644 --- a/lib/public/AppFramework/Bootstrap/IBootstrap.php +++ b/lib/public/AppFramework/Bootstrap/IBootstrap.php @@ -29,7 +29,6 @@ namespace OCP\AppFramework\Bootstrap; * @since 20.0.0 */ interface IBootstrap { - /** * @param IRegistrationContext $context * diff --git a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php index 0f398c13979..7ff2bdca52e 100644 --- a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php +++ b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php @@ -47,7 +47,6 @@ use OCP\Preview\IProviderV2; * @see IBootstrap::register() */ interface IRegistrationContext { - /** * @param string $capability * @psalm-param class-string<ICapability> $capability diff --git a/lib/public/AppFramework/Controller.php b/lib/public/AppFramework/Controller.php index 12a6a75cf0f..89cfd2e55fc 100644 --- a/lib/public/AppFramework/Controller.php +++ b/lib/public/AppFramework/Controller.php @@ -38,7 +38,6 @@ use OCP\IRequest; * @since 6.0.0 */ abstract class Controller { - /** * app name * @var string diff --git a/lib/public/AppFramework/Db/DoesNotExistException.php b/lib/public/AppFramework/Db/DoesNotExistException.php index eb0a8437a64..58e86528795 100644 --- a/lib/public/AppFramework/Db/DoesNotExistException.php +++ b/lib/public/AppFramework/Db/DoesNotExistException.php @@ -33,7 +33,6 @@ namespace OCP\AppFramework\Db; * @since 7.0.0 */ class DoesNotExistException extends \Exception implements IMapperException { - /** * Constructor * @param string $msg the error message diff --git a/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php b/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php index 9281db75961..6ae45849d83 100644 --- a/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php +++ b/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php @@ -33,7 +33,6 @@ namespace OCP\AppFramework\Db; * @since 7.0.0 */ class MultipleObjectsReturnedException extends \Exception implements IMapperException { - /** * Constructor * @param string $msg the error message diff --git a/lib/public/AppFramework/Db/QBMapper.php b/lib/public/AppFramework/Db/QBMapper.php index 2491fd83f4a..57f4cba2ff5 100644 --- a/lib/public/AppFramework/Db/QBMapper.php +++ b/lib/public/AppFramework/Db/QBMapper.php @@ -43,7 +43,6 @@ use OCP\IDBConnection; * @template T of Entity */ abstract class QBMapper { - /** @var string */ protected $tableName; diff --git a/lib/public/AppFramework/Db/TTransactional.php b/lib/public/AppFramework/Db/TTransactional.php index 59f4a346386..1e02a129e69 100644 --- a/lib/public/AppFramework/Db/TTransactional.php +++ b/lib/public/AppFramework/Db/TTransactional.php @@ -35,7 +35,6 @@ use Throwable; * @since 24.0.0 */ trait TTransactional { - /** * Run an atomic database operation * diff --git a/lib/public/AppFramework/Http/DataDisplayResponse.php b/lib/public/AppFramework/Http/DataDisplayResponse.php index 32c8d09b664..78ab343abd6 100644 --- a/lib/public/AppFramework/Http/DataDisplayResponse.php +++ b/lib/public/AppFramework/Http/DataDisplayResponse.php @@ -32,7 +32,6 @@ use OCP\AppFramework\Http; * @since 8.1.0 */ class DataDisplayResponse extends Response { - /** * response data * @var string diff --git a/lib/public/AppFramework/Http/DataResponse.php b/lib/public/AppFramework/Http/DataResponse.php index ca0392e521c..e329b9c2975 100644 --- a/lib/public/AppFramework/Http/DataResponse.php +++ b/lib/public/AppFramework/Http/DataResponse.php @@ -32,7 +32,6 @@ use OCP\AppFramework\Http; * @since 8.0.0 */ class DataResponse extends Response { - /** * response data * @var array|int|float|string|bool|object diff --git a/lib/public/AppFramework/Http/EmptyFeaturePolicy.php b/lib/public/AppFramework/Http/EmptyFeaturePolicy.php index 1cc6034963a..b73eaf667e7 100644 --- a/lib/public/AppFramework/Http/EmptyFeaturePolicy.php +++ b/lib/public/AppFramework/Http/EmptyFeaturePolicy.php @@ -36,7 +36,6 @@ namespace OCP\AppFramework\Http; * @since 17.0.0 */ class EmptyFeaturePolicy { - /** @var string[] of allowed domains to autoplay media */ protected $autoplayDomains = null; diff --git a/lib/public/AppFramework/Http/FileDisplayResponse.php b/lib/public/AppFramework/Http/FileDisplayResponse.php index 90c18e85546..41b452b5553 100644 --- a/lib/public/AppFramework/Http/FileDisplayResponse.php +++ b/lib/public/AppFramework/Http/FileDisplayResponse.php @@ -31,7 +31,6 @@ use OCP\AppFramework\Http; * @since 11.0.0 */ class FileDisplayResponse extends Response implements ICallbackResponse { - /** @var \OCP\Files\File|\OCP\Files\SimpleFS\ISimpleFile */ private $file; diff --git a/lib/public/AppFramework/Http/ICallbackResponse.php b/lib/public/AppFramework/Http/ICallbackResponse.php index 8bb32de4d58..e0948769d94 100644 --- a/lib/public/AppFramework/Http/ICallbackResponse.php +++ b/lib/public/AppFramework/Http/ICallbackResponse.php @@ -30,7 +30,6 @@ namespace OCP\AppFramework\Http; * @since 8.1.0 */ interface ICallbackResponse { - /** * Outputs the content that should be printed * diff --git a/lib/public/AppFramework/Http/IOutput.php b/lib/public/AppFramework/Http/IOutput.php index f9c0b7898d9..33f13503d27 100644 --- a/lib/public/AppFramework/Http/IOutput.php +++ b/lib/public/AppFramework/Http/IOutput.php @@ -31,7 +31,6 @@ namespace OCP\AppFramework\Http; * @since 8.1.0 */ interface IOutput { - /** * @param string $out * @since 8.1.0 diff --git a/lib/public/AppFramework/Http/JSONResponse.php b/lib/public/AppFramework/Http/JSONResponse.php index 4870a64afd7..d31a2761673 100644 --- a/lib/public/AppFramework/Http/JSONResponse.php +++ b/lib/public/AppFramework/Http/JSONResponse.php @@ -34,7 +34,6 @@ use OCP\AppFramework\Http; * @since 6.0.0 */ class JSONResponse extends Response { - /** * response data * @var array|object diff --git a/lib/public/AppFramework/Http/NotFoundResponse.php b/lib/public/AppFramework/Http/NotFoundResponse.php index 651e41735b9..34b74d353db 100644 --- a/lib/public/AppFramework/Http/NotFoundResponse.php +++ b/lib/public/AppFramework/Http/NotFoundResponse.php @@ -29,7 +29,6 @@ namespace OCP\AppFramework\Http; * @since 8.1.0 */ class NotFoundResponse extends TemplateResponse { - /** * @since 8.1.0 */ diff --git a/lib/public/AppFramework/Http/Response.php b/lib/public/AppFramework/Http/Response.php index 9dd84a16649..4db6caa556c 100644 --- a/lib/public/AppFramework/Http/Response.php +++ b/lib/public/AppFramework/Http/Response.php @@ -43,7 +43,6 @@ use Psr\Log\LoggerInterface; * @since 6.0.0 */ class Response { - /** * Headers - defaults to ['Cache-Control' => 'no-cache, no-store, must-revalidate'] * @var array diff --git a/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php b/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php index b0eb482f9f7..ed799e4fd94 100644 --- a/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php @@ -42,7 +42,6 @@ namespace OCP\AppFramework\Http; * @deprecated 17.0.0 */ class StrictEvalContentSecurityPolicy extends ContentSecurityPolicy { - /** * @since 14.0.0 */ diff --git a/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php b/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php index 7010862dc12..45b230ad9b5 100644 --- a/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php @@ -42,7 +42,6 @@ namespace OCP\AppFramework\Http; * @deprecated 17.0.0 */ class StrictInlineContentSecurityPolicy extends ContentSecurityPolicy { - /** * @since 14.0.0 */ diff --git a/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php b/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php index d4114c51c09..e5b09193ba9 100644 --- a/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php +++ b/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php @@ -33,7 +33,6 @@ use OCP\Util; * @since 14.0.0 */ class ExternalShareMenuAction extends SimpleMenuAction { - /** @var string */ private $owner; diff --git a/lib/public/AppFramework/Http/Template/IMenuAction.php b/lib/public/AppFramework/Http/Template/IMenuAction.php index 970211952b0..83e52bd882f 100644 --- a/lib/public/AppFramework/Http/Template/IMenuAction.php +++ b/lib/public/AppFramework/Http/Template/IMenuAction.php @@ -29,7 +29,6 @@ namespace OCP\AppFramework\Http\Template; * @since 14.0 */ interface IMenuAction { - /** * @since 14.0.0 * @return string diff --git a/lib/public/AppFramework/Http/Template/LinkMenuAction.php b/lib/public/AppFramework/Http/Template/LinkMenuAction.php index 61398f99374..4982172bffe 100644 --- a/lib/public/AppFramework/Http/Template/LinkMenuAction.php +++ b/lib/public/AppFramework/Http/Template/LinkMenuAction.php @@ -31,7 +31,6 @@ use OCP\Util; * @since 14.0.0 */ class LinkMenuAction extends SimpleMenuAction { - /** * LinkMenuAction constructor. * diff --git a/lib/public/AppFramework/Http/Template/SimpleMenuAction.php b/lib/public/AppFramework/Http/Template/SimpleMenuAction.php index f8492eb2989..de13f3ef0b2 100644 --- a/lib/public/AppFramework/Http/Template/SimpleMenuAction.php +++ b/lib/public/AppFramework/Http/Template/SimpleMenuAction.php @@ -31,7 +31,6 @@ use OCP\Util; * @since 14.0.0 */ class SimpleMenuAction implements IMenuAction { - /** @var string */ private $id; diff --git a/lib/public/AppFramework/Http/TooManyRequestsResponse.php b/lib/public/AppFramework/Http/TooManyRequestsResponse.php index 908a9c60fd8..caf565ee954 100644 --- a/lib/public/AppFramework/Http/TooManyRequestsResponse.php +++ b/lib/public/AppFramework/Http/TooManyRequestsResponse.php @@ -32,7 +32,6 @@ use OCP\Template; * @since 19.0.0 */ class TooManyRequestsResponse extends Response { - /** * @since 19.0.0 */ diff --git a/lib/public/AppFramework/IAppContainer.php b/lib/public/AppFramework/IAppContainer.php index a3b82144033..355e1fd0366 100644 --- a/lib/public/AppFramework/IAppContainer.php +++ b/lib/public/AppFramework/IAppContainer.php @@ -42,7 +42,6 @@ use Psr\Container\ContainerInterface; * @since 6.0.0 */ interface IAppContainer extends ContainerInterface, IContainer { - /** * used to return the appname of the set application * @return string the name of your application diff --git a/lib/public/AppFramework/Middleware.php b/lib/public/AppFramework/Middleware.php index 1e8e92964b0..5ae8eccae51 100644 --- a/lib/public/AppFramework/Middleware.php +++ b/lib/public/AppFramework/Middleware.php @@ -35,8 +35,6 @@ use OCP\AppFramework\Http\Response; * @since 6.0.0 */ abstract class Middleware { - - /** * This is being run in normal order before the controller is being * called which allows several modifications and checks diff --git a/lib/public/AppFramework/OCSController.php b/lib/public/AppFramework/OCSController.php index 11bac9effd5..51c71ad4e64 100644 --- a/lib/public/AppFramework/OCSController.php +++ b/lib/public/AppFramework/OCSController.php @@ -64,7 +64,7 @@ abstract class OCSController extends ApiController { $corsAllowedHeaders = 'Authorization, Content-Type, Accept, OCS-APIRequest', $corsMaxAge = 1728000) { parent::__construct($appName, $request, $corsMethods, - $corsAllowedHeaders, $corsMaxAge); + $corsAllowedHeaders, $corsMaxAge); $this->registerResponder('json', function ($data) { return $this->buildOCSResponse('json', $data); }); diff --git a/lib/public/AppFramework/PublicShareController.php b/lib/public/AppFramework/PublicShareController.php index ec3e8500d61..706dc0b9ae9 100644 --- a/lib/public/AppFramework/PublicShareController.php +++ b/lib/public/AppFramework/PublicShareController.php @@ -43,7 +43,6 @@ use OCP\ISession; * @since 14.0.0 */ abstract class PublicShareController extends Controller { - /** @var ISession */ protected $session; diff --git a/lib/public/AppFramework/Services/IInitialState.php b/lib/public/AppFramework/Services/IInitialState.php index d8365893764..1a597567e19 100644 --- a/lib/public/AppFramework/Services/IInitialState.php +++ b/lib/public/AppFramework/Services/IInitialState.php @@ -33,7 +33,6 @@ use Closure; * @since 20.0.0 */ interface IInitialState { - /** * Allows an app to provide its initial state to the template system. * Use this if you know your initial state sill be used for example if diff --git a/lib/public/AppFramework/Services/InitialStateProvider.php b/lib/public/AppFramework/Services/InitialStateProvider.php index dbc48653792..b9956b5fa71 100644 --- a/lib/public/AppFramework/Services/InitialStateProvider.php +++ b/lib/public/AppFramework/Services/InitialStateProvider.php @@ -29,7 +29,6 @@ namespace OCP\AppFramework\Services; * @since 21.0.0 */ abstract class InitialStateProvider implements \JsonSerializable { - /** * @since 21.0.0 */ diff --git a/lib/public/AppFramework/Utility/IControllerMethodReflector.php b/lib/public/AppFramework/Utility/IControllerMethodReflector.php index fbeb14b1a35..a091c8b3707 100644 --- a/lib/public/AppFramework/Utility/IControllerMethodReflector.php +++ b/lib/public/AppFramework/Utility/IControllerMethodReflector.php @@ -37,7 +37,6 @@ namespace OCP\AppFramework\Utility; * @see https://help.nextcloud.com/t/how-should-we-use-php8-attributes/104278 */ interface IControllerMethodReflector { - /** * @param object $object an object or classname * @param string $method the method which we want to inspect diff --git a/lib/public/AppFramework/Utility/ITimeFactory.php b/lib/public/AppFramework/Utility/ITimeFactory.php index 63a87cf1b16..92101fd3848 100644 --- a/lib/public/AppFramework/Utility/ITimeFactory.php +++ b/lib/public/AppFramework/Utility/ITimeFactory.php @@ -31,7 +31,6 @@ namespace OCP\AppFramework\Utility; * @since 8.0.0 */ interface ITimeFactory { - /** * @return int the result of a call to time() * @since 8.0.0 diff --git a/lib/public/Authentication/Events/LoginFailedEvent.php b/lib/public/Authentication/Events/LoginFailedEvent.php index b1a70e4dd55..73028a04320 100644 --- a/lib/public/Authentication/Events/LoginFailedEvent.php +++ b/lib/public/Authentication/Events/LoginFailedEvent.php @@ -34,7 +34,6 @@ use OCP\EventDispatcher\Event; * @since 19.0.0 */ class LoginFailedEvent extends Event { - /** @var string */ private $uid; diff --git a/lib/public/Authentication/IAlternativeLogin.php b/lib/public/Authentication/IAlternativeLogin.php index 837487f057e..0fd6333359d 100644 --- a/lib/public/Authentication/IAlternativeLogin.php +++ b/lib/public/Authentication/IAlternativeLogin.php @@ -29,7 +29,6 @@ namespace OCP\Authentication; * @since 20.0.0 */ interface IAlternativeLogin { - /** * Label shown on the login option * @return string diff --git a/lib/public/Authentication/IApacheBackend.php b/lib/public/Authentication/IApacheBackend.php index 4528bef3479..d138c5bfc24 100644 --- a/lib/public/Authentication/IApacheBackend.php +++ b/lib/public/Authentication/IApacheBackend.php @@ -33,7 +33,6 @@ namespace OCP\Authentication; * @since 6.0.0 */ interface IApacheBackend { - /** * In case the user has been authenticated by a module true is returned. * diff --git a/lib/public/Authentication/IProvideUserSecretBackend.php b/lib/public/Authentication/IProvideUserSecretBackend.php index 08f4043d828..43ec6af0c4f 100644 --- a/lib/public/Authentication/IProvideUserSecretBackend.php +++ b/lib/public/Authentication/IProvideUserSecretBackend.php @@ -30,7 +30,6 @@ namespace OCP\Authentication; * @since 23.0.0 */ interface IProvideUserSecretBackend { - /** * Optionally returns a stable per-user secret. This secret is for * instance used to secure file encryption keys. diff --git a/lib/public/Authentication/LoginCredentials/ICredentials.php b/lib/public/Authentication/LoginCredentials/ICredentials.php index c01761648a4..480ae06bbcb 100644 --- a/lib/public/Authentication/LoginCredentials/ICredentials.php +++ b/lib/public/Authentication/LoginCredentials/ICredentials.php @@ -29,7 +29,6 @@ use OCP\Authentication\Exceptions\PasswordUnavailableException; * @since 12 */ interface ICredentials { - /** * Get the user UID * diff --git a/lib/public/Authentication/LoginCredentials/IStore.php b/lib/public/Authentication/LoginCredentials/IStore.php index 33ffefe2344..71e2d276a71 100644 --- a/lib/public/Authentication/LoginCredentials/IStore.php +++ b/lib/public/Authentication/LoginCredentials/IStore.php @@ -31,7 +31,6 @@ use OCP\Authentication\Exceptions\CredentialsUnavailableException; * @since 12 */ interface IStore { - /** * Get login credentials of the currently logged in user * diff --git a/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php b/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php index e3ef7c62f40..e84399f0170 100644 --- a/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php +++ b/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php @@ -31,7 +31,6 @@ use OCP\IUser; * @since 17.0.0 */ interface IActivatableAtLogin extends IProvider { - /** * @param IUser $user * diff --git a/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php b/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php index d9fd8099235..90eb25b061f 100644 --- a/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php +++ b/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 15.0.0 */ interface IActivatableByAdmin extends IProvider { - /** * Enable this provider for the given user. * diff --git a/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php b/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php index 1acf3e575d8..6e0827371e0 100644 --- a/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php +++ b/lib/public/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 15.0.0 */ interface IDeactivatableByAdmin extends IProvider { - /** * Disable this provider for the given user. * diff --git a/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php b/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php index 9d07b11ebed..48699bb7a31 100644 --- a/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php +++ b/lib/public/Authentication/TwoFactorAuth/ILoginSetupProvider.php @@ -31,7 +31,6 @@ use OCP\Template; * @since 17.0.0 */ interface ILoginSetupProvider { - /** * @return Template * diff --git a/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php b/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php index 23913b761b2..35fa4301131 100644 --- a/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php +++ b/lib/public/Authentication/TwoFactorAuth/IPersonalProviderSettings.php @@ -33,7 +33,6 @@ use OCP\Template; * @since 15.0.0 */ interface IPersonalProviderSettings { - /** * @return Template * diff --git a/lib/public/Authentication/TwoFactorAuth/IProvider.php b/lib/public/Authentication/TwoFactorAuth/IProvider.php index 8f1c4ae2802..09fa7a56f5c 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvider.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvider.php @@ -32,7 +32,6 @@ use OCP\Template; * @since 9.1.0 */ interface IProvider { - /** * @since 14.0.0 * @deprecated 22.0.0 diff --git a/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php b/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php index 5d4c010fbdc..db94eb3be79 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php @@ -32,7 +32,6 @@ use OCP\AppFramework\Http\ContentSecurityPolicy; * @since 13.0.0 */ interface IProvidesCustomCSP { - /** * @return ContentSecurityPolicy * diff --git a/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php b/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php index cd5205e5416..d62f46e8bc3 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvidesIcons.php @@ -32,7 +32,6 @@ namespace OCP\Authentication\TwoFactorAuth; * @since 15.0.0 */ interface IProvidesIcons extends IProvider { - /** * Get the path to the light (white) icon of this provider * diff --git a/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php b/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php index 3a101764c94..c4cc752325c 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 15.0.0 */ interface IProvidesPersonalSettings extends IProvider { - /** * @param IUser $user * diff --git a/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php b/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php index 830ce8e1c3b..fcc7e5f9207 100644 --- a/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php +++ b/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 15.0.0 */ class RegistryEvent extends Event { - /** @var IProvider */ private $provider; diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php index 539c5716bbd..20c9479a1a9 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 20.0.0 */ final class TwoFactorProviderDisabled extends Event { - /** @var string */ private $providerId; diff --git a/lib/public/BackgroundJob/QueuedJob.php b/lib/public/BackgroundJob/QueuedJob.php index b9c4d693b8f..e93db3420b8 100644 --- a/lib/public/BackgroundJob/QueuedJob.php +++ b/lib/public/BackgroundJob/QueuedJob.php @@ -33,7 +33,6 @@ use OCP\ILogger; * @since 15.0.0 */ abstract class QueuedJob extends Job { - /** * Run the job, then remove it from the joblist * diff --git a/lib/public/Broadcast/Events/IBroadcastEvent.php b/lib/public/Broadcast/Events/IBroadcastEvent.php index e7a0e70ba0a..f96fbdea595 100644 --- a/lib/public/Broadcast/Events/IBroadcastEvent.php +++ b/lib/public/Broadcast/Events/IBroadcastEvent.php @@ -31,7 +31,6 @@ use JsonSerializable; * @since 18.0.0 */ interface IBroadcastEvent { - /** * @return string the name of the event * @since 18.0.0 diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index 2631ef327fc..c6037690f65 100644 --- a/lib/public/Calendar/ICalendar.php +++ b/lib/public/Calendar/ICalendar.php @@ -32,7 +32,6 @@ namespace OCP\Calendar; * @since 13.0.0 */ interface ICalendar { - /** * @return string defining the technical unique key * @since 13.0.0 diff --git a/lib/public/Calendar/ICalendarProvider.php b/lib/public/Calendar/ICalendarProvider.php index 14ef644e580..99b199c1518 100644 --- a/lib/public/Calendar/ICalendarProvider.php +++ b/lib/public/Calendar/ICalendarProvider.php @@ -34,7 +34,6 @@ namespace OCP\Calendar; * @since 23.0.0 */ interface ICalendarProvider { - /** * @param string $principalUri URI of the principal * @param string[] $calendarUris optionally specify which calendars to load, or all if this array is empty diff --git a/lib/public/Calendar/ICalendarQuery.php b/lib/public/Calendar/ICalendarQuery.php index 6a1fff619f6..9151f2b3d47 100644 --- a/lib/public/Calendar/ICalendarQuery.php +++ b/lib/public/Calendar/ICalendarQuery.php @@ -34,7 +34,6 @@ use DateTimeImmutable; * @since 23.0.0 */ interface ICalendarQuery { - /** * @since 24.0.0 */ diff --git a/lib/public/Calendar/ICreateFromString.php b/lib/public/Calendar/ICreateFromString.php index 17d529cdef3..9e60f20db4c 100644 --- a/lib/public/Calendar/ICreateFromString.php +++ b/lib/public/Calendar/ICreateFromString.php @@ -33,7 +33,6 @@ use OCP\Calendar\Exceptions\CalendarException; * @since 23.0.0 */ interface ICreateFromString extends ICalendar { - /** * @since 23.0.0 * diff --git a/lib/public/Calendar/IHandleImipMessage.php b/lib/public/Calendar/IHandleImipMessage.php index 58c1400d987..e3848d6a859 100644 --- a/lib/public/Calendar/IHandleImipMessage.php +++ b/lib/public/Calendar/IHandleImipMessage.php @@ -36,7 +36,6 @@ use OCP\Calendar\Exceptions\CalendarException; * @since 26.0.0 */ interface IHandleImipMessage extends ICalendar { - /** * Handle an iMIP VEvent for validation and processing * diff --git a/lib/public/Calendar/IManager.php b/lib/public/Calendar/IManager.php index dd65917d12b..bd23e67bebc 100644 --- a/lib/public/Calendar/IManager.php +++ b/lib/public/Calendar/IManager.php @@ -58,7 +58,6 @@ namespace OCP\Calendar; * @since 13.0.0 */ interface IManager { - /** * This function is used to search and find objects within the user's calendars. * In case $pattern is empty all events/journals/todos will be returned. diff --git a/lib/public/Calendar/IMetadataProvider.php b/lib/public/Calendar/IMetadataProvider.php index 5d0770caabd..31f888e45d7 100644 --- a/lib/public/Calendar/IMetadataProvider.php +++ b/lib/public/Calendar/IMetadataProvider.php @@ -30,7 +30,6 @@ namespace OCP\Calendar; * @since 17.0.0 */ interface IMetadataProvider { - /** * Get a list of all metadata keys available for this room * diff --git a/lib/public/Calendar/Resource/IBackend.php b/lib/public/Calendar/Resource/IBackend.php index a1e050df60a..95ff958be86 100644 --- a/lib/public/Calendar/Resource/IBackend.php +++ b/lib/public/Calendar/Resource/IBackend.php @@ -31,7 +31,6 @@ use OCP\Calendar\BackendTemporarilyUnavailableException; * @since 14.0.0 */ interface IBackend { - /** * get a list of all resources in this backend * diff --git a/lib/public/Calendar/Resource/IManager.php b/lib/public/Calendar/Resource/IManager.php index 268cf8ec633..00f94bcc548 100644 --- a/lib/public/Calendar/Resource/IManager.php +++ b/lib/public/Calendar/Resource/IManager.php @@ -30,7 +30,6 @@ namespace OCP\Calendar\Resource; * @deprecated 24.0.0 */ interface IManager { - /** * Registers a resource backend * diff --git a/lib/public/Calendar/Resource/IResource.php b/lib/public/Calendar/Resource/IResource.php index f2c3d0a06f0..d419b9f2abc 100644 --- a/lib/public/Calendar/Resource/IResource.php +++ b/lib/public/Calendar/Resource/IResource.php @@ -28,7 +28,6 @@ namespace OCP\Calendar\Resource; * @since 14.0.0 */ interface IResource { - /** * get the resource id * diff --git a/lib/public/Calendar/Resource/IResourceMetadata.php b/lib/public/Calendar/Resource/IResourceMetadata.php index 4d2eaf72488..f97f684e8af 100644 --- a/lib/public/Calendar/Resource/IResourceMetadata.php +++ b/lib/public/Calendar/Resource/IResourceMetadata.php @@ -32,7 +32,6 @@ namespace OCP\Calendar\Resource; * @since 17.0.0 */ interface IResourceMetadata { - /** * Type of resource * diff --git a/lib/public/Calendar/Room/IBackend.php b/lib/public/Calendar/Room/IBackend.php index 095240202bf..211780ef57c 100644 --- a/lib/public/Calendar/Room/IBackend.php +++ b/lib/public/Calendar/Room/IBackend.php @@ -31,7 +31,6 @@ use OCP\Calendar\BackendTemporarilyUnavailableException; * @since 14.0.0 */ interface IBackend { - /** * get a list of all rooms in this backend * diff --git a/lib/public/Calendar/Room/IManager.php b/lib/public/Calendar/Room/IManager.php index c55f3fd4ae4..3095ddc118a 100644 --- a/lib/public/Calendar/Room/IManager.php +++ b/lib/public/Calendar/Room/IManager.php @@ -30,7 +30,6 @@ namespace OCP\Calendar\Room; * @deprecated 24.0.0 */ interface IManager { - /** * Registers a room backend * diff --git a/lib/public/Calendar/Room/IRoom.php b/lib/public/Calendar/Room/IRoom.php index 6402c02319b..e29f658899e 100644 --- a/lib/public/Calendar/Room/IRoom.php +++ b/lib/public/Calendar/Room/IRoom.php @@ -28,7 +28,6 @@ namespace OCP\Calendar\Room; * @since 14.0.0 */ interface IRoom { - /** * Get a unique ID for the room * diff --git a/lib/public/Calendar/Room/IRoomMetadata.php b/lib/public/Calendar/Room/IRoomMetadata.php index ba0eba71311..d28bd9a6e94 100644 --- a/lib/public/Calendar/Room/IRoomMetadata.php +++ b/lib/public/Calendar/Room/IRoomMetadata.php @@ -32,7 +32,6 @@ namespace OCP\Calendar\Room; * @since 17.0.0 */ interface IRoomMetadata { - /** * Type of room * diff --git a/lib/public/Capabilities/ICapability.php b/lib/public/Capabilities/ICapability.php index 34cbe63973e..fed1dba49d1 100644 --- a/lib/public/Capabilities/ICapability.php +++ b/lib/public/Capabilities/ICapability.php @@ -34,7 +34,6 @@ namespace OCP\Capabilities; * @since 8.2.0 */ interface ICapability { - /** * Function an app uses to return the capabilities * diff --git a/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php b/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php index 503f31bfffb..5206dc37115 100644 --- a/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php +++ b/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\GenericEvent; * @since 16.0.0 */ class AutoCompleteEvent extends GenericEvent { - /** * @param array $arguments * @since 16.0.0 diff --git a/lib/public/Collaboration/AutoComplete/ISorter.php b/lib/public/Collaboration/AutoComplete/ISorter.php index ddf39671d87..91a50761967 100644 --- a/lib/public/Collaboration/AutoComplete/ISorter.php +++ b/lib/public/Collaboration/AutoComplete/ISorter.php @@ -30,7 +30,6 @@ namespace OCP\Collaboration\AutoComplete; * @since 13.0.0 */ interface ISorter { - /** * @return string The ID of the sorter, e.g. commenters * @since 13.0.0 diff --git a/lib/public/Collaboration/Reference/IReference.php b/lib/public/Collaboration/Reference/IReference.php index 31608b52cc5..1b9157fd9b1 100644 --- a/lib/public/Collaboration/Reference/IReference.php +++ b/lib/public/Collaboration/Reference/IReference.php @@ -30,7 +30,6 @@ use JsonSerializable; * @since 25.0.0 */ interface IReference extends JsonSerializable { - /** * @since 25.0.0 */ diff --git a/lib/public/Collaboration/Resources/ICollection.php b/lib/public/Collaboration/Resources/ICollection.php index 5efae755f4d..1fae6fc8db3 100644 --- a/lib/public/Collaboration/Resources/ICollection.php +++ b/lib/public/Collaboration/Resources/ICollection.php @@ -31,7 +31,6 @@ use OCP\IUser; * @since 16.0.0 */ interface ICollection { - /** * @return int * @since 16.0.0 diff --git a/lib/public/Collaboration/Resources/IManager.php b/lib/public/Collaboration/Resources/IManager.php index f220a9c489f..a71fa0bb335 100644 --- a/lib/public/Collaboration/Resources/IManager.php +++ b/lib/public/Collaboration/Resources/IManager.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 16.0.0 */ interface IManager extends IProvider { - /** * @param int $id * @return ICollection diff --git a/lib/public/Collaboration/Resources/IProvider.php b/lib/public/Collaboration/Resources/IProvider.php index 88a74496e55..befb3acc00b 100644 --- a/lib/public/Collaboration/Resources/IProvider.php +++ b/lib/public/Collaboration/Resources/IProvider.php @@ -32,7 +32,6 @@ use OCP\IUser; * @since 16.0.0 */ interface IProvider { - /** * Get the resource type of the provider * diff --git a/lib/public/Collaboration/Resources/IProviderManager.php b/lib/public/Collaboration/Resources/IProviderManager.php index 5dcb3eeaca9..ba1ab0eba9d 100644 --- a/lib/public/Collaboration/Resources/IProviderManager.php +++ b/lib/public/Collaboration/Resources/IProviderManager.php @@ -29,7 +29,6 @@ namespace OCP\Collaboration\Resources; * @since 18.0.0 */ interface IProviderManager { - /** * @return IProvider[] list of resource providers * @since 18.0.0 diff --git a/lib/public/Collaboration/Resources/IResource.php b/lib/public/Collaboration/Resources/IResource.php index 20148090d64..3d724e79470 100644 --- a/lib/public/Collaboration/Resources/IResource.php +++ b/lib/public/Collaboration/Resources/IResource.php @@ -32,7 +32,6 @@ use OCP\IUser; * @since 16.0.0 */ interface IResource { - /** * @return string * @since 16.0.0 diff --git a/lib/public/Comments/CommentsEvent.php b/lib/public/Comments/CommentsEvent.php index 244df0243f7..1793a1e3a86 100644 --- a/lib/public/Comments/CommentsEvent.php +++ b/lib/public/Comments/CommentsEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 9.0.0 */ class CommentsEvent extends Event { - /** * @deprecated 22.0.0 */ diff --git a/lib/public/Comments/ICommentsEventHandler.php b/lib/public/Comments/ICommentsEventHandler.php index 4e19a3aaadc..19d9dee1339 100644 --- a/lib/public/Comments/ICommentsEventHandler.php +++ b/lib/public/Comments/ICommentsEventHandler.php @@ -29,7 +29,6 @@ namespace OCP\Comments; * @since 11.0.0 */ interface ICommentsEventHandler { - /** * @param CommentsEvent $event * @since 11.0.0 diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php index da9e4d76a38..a245e5d2f20 100644 --- a/lib/public/Comments/ICommentsManager.php +++ b/lib/public/Comments/ICommentsManager.php @@ -39,7 +39,6 @@ use OCP\PreConditionNotMetException; * @since 9.0.0 */ interface ICommentsManager { - /** * @const DELETED_USER type and id for a user that has been deleted * @see deleteReferencesOfActor diff --git a/lib/public/Comments/ICommentsManagerFactory.php b/lib/public/Comments/ICommentsManagerFactory.php index e6f69807b05..b1c70d445f3 100644 --- a/lib/public/Comments/ICommentsManagerFactory.php +++ b/lib/public/Comments/ICommentsManagerFactory.php @@ -35,7 +35,6 @@ use OCP\IServerContainer; * @since 9.0.0 */ interface ICommentsManagerFactory { - /** * Constructor for the comments manager factory * diff --git a/lib/public/Console/ConsoleEvent.php b/lib/public/Console/ConsoleEvent.php index 803cf761c0c..99f42d2895f 100644 --- a/lib/public/Console/ConsoleEvent.php +++ b/lib/public/Console/ConsoleEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 9.0.0 */ class ConsoleEvent extends Event { - /** * @deprecated 22.0.0 */ diff --git a/lib/public/Contacts/ContactsMenu/IAction.php b/lib/public/Contacts/ContactsMenu/IAction.php index f6022fefac3..f9b868906df 100644 --- a/lib/public/Contacts/ContactsMenu/IAction.php +++ b/lib/public/Contacts/ContactsMenu/IAction.php @@ -30,7 +30,6 @@ use JsonSerializable; * @since 12.0 */ interface IAction extends JsonSerializable { - /** * @param string $icon absolute URI to an icon * @since 12.0 diff --git a/lib/public/Contacts/ContactsMenu/IActionFactory.php b/lib/public/Contacts/ContactsMenu/IActionFactory.php index b4e4eb96819..791fc1f288c 100644 --- a/lib/public/Contacts/ContactsMenu/IActionFactory.php +++ b/lib/public/Contacts/ContactsMenu/IActionFactory.php @@ -26,7 +26,6 @@ namespace OCP\Contacts\ContactsMenu; * @since 12.0 */ interface IActionFactory { - /** * Construct and return a new link action for the contacts menu * diff --git a/lib/public/Contacts/ContactsMenu/IContactsStore.php b/lib/public/Contacts/ContactsMenu/IContactsStore.php index 8b36f9cde5c..ce153375a29 100644 --- a/lib/public/Contacts/ContactsMenu/IContactsStore.php +++ b/lib/public/Contacts/ContactsMenu/IContactsStore.php @@ -30,8 +30,6 @@ use OCP\IUser; * @since 13.0.0 */ interface IContactsStore { - - /** * @param IUser $user * @param string|null $filter diff --git a/lib/public/Contacts/ContactsMenu/IEntry.php b/lib/public/Contacts/ContactsMenu/IEntry.php index d4e3e31cf79..9d78b0c8f57 100644 --- a/lib/public/Contacts/ContactsMenu/IEntry.php +++ b/lib/public/Contacts/ContactsMenu/IEntry.php @@ -29,7 +29,6 @@ use JsonSerializable; * @since 12.0 */ interface IEntry extends JsonSerializable { - /** * @since 12.0 * @return string diff --git a/lib/public/Contacts/ContactsMenu/ILinkAction.php b/lib/public/Contacts/ContactsMenu/ILinkAction.php index 936dd22bcf2..989e4ef522c 100644 --- a/lib/public/Contacts/ContactsMenu/ILinkAction.php +++ b/lib/public/Contacts/ContactsMenu/ILinkAction.php @@ -26,7 +26,6 @@ namespace OCP\Contacts\ContactsMenu; * @since 12.0 */ interface ILinkAction extends IAction { - /** * @param string $href the target URL of the action * @since 12.0 diff --git a/lib/public/Contacts/ContactsMenu/IProvider.php b/lib/public/Contacts/ContactsMenu/IProvider.php index c6c695c5698..c05f2707c18 100644 --- a/lib/public/Contacts/ContactsMenu/IProvider.php +++ b/lib/public/Contacts/ContactsMenu/IProvider.php @@ -26,7 +26,6 @@ namespace OCP\Contacts\ContactsMenu; * @since 12.0 */ interface IProvider { - /** * @since 12.0 * @param IEntry $entry diff --git a/lib/public/Contacts/Events/ContactInteractedWithEvent.php b/lib/public/Contacts/Events/ContactInteractedWithEvent.php index b879c89a730..050183bd761 100644 --- a/lib/public/Contacts/Events/ContactInteractedWithEvent.php +++ b/lib/public/Contacts/Events/ContactInteractedWithEvent.php @@ -39,7 +39,6 @@ use OCP\IUser; * @since 19.0.0 */ class ContactInteractedWithEvent extends Event { - /** @var IUser */ private $actor; diff --git a/lib/public/Contacts/IManager.php b/lib/public/Contacts/IManager.php index 2e87f6c8afc..7aa3d9ce38b 100644 --- a/lib/public/Contacts/IManager.php +++ b/lib/public/Contacts/IManager.php @@ -48,7 +48,6 @@ namespace OCP\Contacts; * @since 6.0.0 */ interface IManager { - /** * This function is used to search and find contacts within the users address books. * In case $pattern is empty all contacts will be returned. diff --git a/lib/public/DB/Exception.php b/lib/public/DB/Exception.php index d9d11e308d6..105cbd188d7 100644 --- a/lib/public/DB/Exception.php +++ b/lib/public/DB/Exception.php @@ -39,7 +39,6 @@ use Exception as BaseException; * @since 21.0.0 */ class Exception extends BaseException { - /** * Nextcloud lost connection to the database * diff --git a/lib/public/DB/IPreparedStatement.php b/lib/public/DB/IPreparedStatement.php index 391f987d20a..2ef5cf7fc46 100644 --- a/lib/public/DB/IPreparedStatement.php +++ b/lib/public/DB/IPreparedStatement.php @@ -42,7 +42,6 @@ use PDO; * @since 21.0.0 */ interface IPreparedStatement { - /** * @return true * diff --git a/lib/public/DB/IResult.php b/lib/public/DB/IResult.php index cbed1e51dac..10a60cd5ff4 100644 --- a/lib/public/DB/IResult.php +++ b/lib/public/DB/IResult.php @@ -44,7 +44,6 @@ use PDO; * @since 21.0.0 */ interface IResult { - /** * @return true * diff --git a/lib/public/DB/ISchemaWrapper.php b/lib/public/DB/ISchemaWrapper.php index 5c7ebaa7c30..06827203f74 100644 --- a/lib/public/DB/ISchemaWrapper.php +++ b/lib/public/DB/ISchemaWrapper.php @@ -36,7 +36,6 @@ use Doctrine\DBAL\Platforms\AbstractPlatform; * @since 13.0.0 */ interface ISchemaWrapper { - /** * @param string $tableName * diff --git a/lib/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php index 218b7d8cb2d..d677ee214f8 100644 --- a/lib/public/DB/QueryBuilder/IQueryBuilder.php +++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php @@ -38,7 +38,6 @@ use OCP\DB\IResult; * @psalm-taint-specialize */ interface IQueryBuilder { - /** * @since 9.0.0 */ diff --git a/lib/public/Dashboard/IAPIWidget.php b/lib/public/Dashboard/IAPIWidget.php index 42ba9544d8a..6553e8ec89a 100644 --- a/lib/public/Dashboard/IAPIWidget.php +++ b/lib/public/Dashboard/IAPIWidget.php @@ -32,7 +32,6 @@ namespace OCP\Dashboard; * @since 22.0.0 */ interface IAPIWidget extends IWidget { - /** * @return \OCP\Dashboard\Model\WidgetItem[] The widget items * @since 22.0.0 diff --git a/lib/public/Dashboard/IConditionalWidget.php b/lib/public/Dashboard/IConditionalWidget.php index 4fdeec700d3..443a9c9332c 100644 --- a/lib/public/Dashboard/IConditionalWidget.php +++ b/lib/public/Dashboard/IConditionalWidget.php @@ -35,7 +35,6 @@ namespace OCP\Dashboard; * @since 26.0.0 */ interface IConditionalWidget extends IWidget { - /** * @return bool Whether the widget is enabled and should be registered * @since 26.0.0 diff --git a/lib/public/Dashboard/IManager.php b/lib/public/Dashboard/IManager.php index d9e73c89eb9..77bff7b34ff 100644 --- a/lib/public/Dashboard/IManager.php +++ b/lib/public/Dashboard/IManager.php @@ -31,7 +31,6 @@ namespace OCP\Dashboard; * @since 20.0.0 */ interface IManager { - /** * @param string $widgetClass * @since 20.0.0 diff --git a/lib/public/Dashboard/IWidget.php b/lib/public/Dashboard/IWidget.php index 6f3f795f958..46ba2135775 100644 --- a/lib/public/Dashboard/IWidget.php +++ b/lib/public/Dashboard/IWidget.php @@ -31,7 +31,6 @@ namespace OCP\Dashboard; * @since 20.0.0 */ interface IWidget { - /** * @return string Unique id that identifies the widget, e.g. the app id * @since 20.0.0 diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index cbef0ec79a4..cb04d62df0d 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -39,7 +39,6 @@ namespace OCP; * @since 6.0.0 */ class Defaults { - /** * \OC_Defaults instance to retrieve the defaults * @since 6.0.0 diff --git a/lib/public/DirectEditing/ACreateEmpty.php b/lib/public/DirectEditing/ACreateEmpty.php index 263663c7907..89209748e4f 100644 --- a/lib/public/DirectEditing/ACreateEmpty.php +++ b/lib/public/DirectEditing/ACreateEmpty.php @@ -28,7 +28,6 @@ use OCP\Files\File; * @since 18.0.0 */ abstract class ACreateEmpty { - /** * Unique id for the creator to filter templates * diff --git a/lib/public/DirectEditing/ACreateFromTemplate.php b/lib/public/DirectEditing/ACreateFromTemplate.php index 0bdebc3e2d1..c91e56d79d7 100644 --- a/lib/public/DirectEditing/ACreateFromTemplate.php +++ b/lib/public/DirectEditing/ACreateFromTemplate.php @@ -26,7 +26,6 @@ namespace OCP\DirectEditing; * @since 18.0.0 */ abstract class ACreateFromTemplate extends ACreateEmpty { - /** * List of available templates for the create from template action * diff --git a/lib/public/DirectEditing/ATemplate.php b/lib/public/DirectEditing/ATemplate.php index 53aff0d40ff..f66628ad93b 100644 --- a/lib/public/DirectEditing/ATemplate.php +++ b/lib/public/DirectEditing/ATemplate.php @@ -30,7 +30,6 @@ use JsonSerializable; * @since 18.0.0 */ abstract class ATemplate implements JsonSerializable { - /** * Return a unique id so the app can identify the template * diff --git a/lib/public/DirectEditing/IEditor.php b/lib/public/DirectEditing/IEditor.php index f3b0de07e5b..c70b4751e6e 100644 --- a/lib/public/DirectEditing/IEditor.php +++ b/lib/public/DirectEditing/IEditor.php @@ -31,7 +31,6 @@ use OCP\AppFramework\Http\Response; * @since 18.0.0 */ interface IEditor { - /** * Return a unique identifier for the editor * diff --git a/lib/public/DirectEditing/IManager.php b/lib/public/DirectEditing/IManager.php index a1a5ed4f2bd..ee4408fee84 100644 --- a/lib/public/DirectEditing/IManager.php +++ b/lib/public/DirectEditing/IManager.php @@ -35,7 +35,6 @@ use RuntimeException; * @since 18.0.0 */ interface IManager { - /** * Register a new editor * diff --git a/lib/public/DirectEditing/IToken.php b/lib/public/DirectEditing/IToken.php index 502ef7f5032..d9c51ca31d3 100644 --- a/lib/public/DirectEditing/IToken.php +++ b/lib/public/DirectEditing/IToken.php @@ -29,7 +29,6 @@ use OCP\Files\NotFoundException; * @since 18.0.0 */ interface IToken { - /** * Extend the token validity time * diff --git a/lib/public/DirectEditing/RegisterDirectEditorEvent.php b/lib/public/DirectEditing/RegisterDirectEditorEvent.php index ed9a450d5e6..655fe815f6c 100644 --- a/lib/public/DirectEditing/RegisterDirectEditorEvent.php +++ b/lib/public/DirectEditing/RegisterDirectEditorEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class RegisterDirectEditorEvent extends Event { - /** * @var IManager */ diff --git a/lib/public/Encryption/Exceptions/GenericEncryptionException.php b/lib/public/Encryption/Exceptions/GenericEncryptionException.php index aef4114bb1b..8406d0593d2 100644 --- a/lib/public/Encryption/Exceptions/GenericEncryptionException.php +++ b/lib/public/Encryption/Exceptions/GenericEncryptionException.php @@ -34,7 +34,6 @@ use OCP\HintException; * @since 8.1.0 */ class GenericEncryptionException extends HintException { - /** * @param string $message * @param string $hint diff --git a/lib/public/Encryption/IEncryptionModule.php b/lib/public/Encryption/IEncryptionModule.php index 058256e4850..d0ae430a81a 100644 --- a/lib/public/Encryption/IEncryptionModule.php +++ b/lib/public/Encryption/IEncryptionModule.php @@ -35,7 +35,6 @@ use Symfony\Component\Console\Output\OutputInterface; * @since 8.1.0 */ interface IEncryptionModule { - /** * @return string defining the technical unique id * @since 8.1.0 diff --git a/lib/public/Encryption/IFile.php b/lib/public/Encryption/IFile.php index ab2b46a5ce4..209245677bb 100644 --- a/lib/public/Encryption/IFile.php +++ b/lib/public/Encryption/IFile.php @@ -29,7 +29,6 @@ namespace OCP\Encryption; * @since 8.1.0 */ interface IFile { - /** * get list of users with access to the file * diff --git a/lib/public/Encryption/IManager.php b/lib/public/Encryption/IManager.php index 1a745716209..f55fd9a50fd 100644 --- a/lib/public/Encryption/IManager.php +++ b/lib/public/Encryption/IManager.php @@ -33,7 +33,6 @@ use OC\Encryption\Exceptions\ModuleDoesNotExistsException; * @since 8.1.0 */ interface IManager { - /** * Check if encryption is available (at least one encryption module needs to be enabled) * diff --git a/lib/public/Encryption/Keys/IStorage.php b/lib/public/Encryption/Keys/IStorage.php index ae1449c7fdf..832cb97ec37 100644 --- a/lib/public/Encryption/Keys/IStorage.php +++ b/lib/public/Encryption/Keys/IStorage.php @@ -31,7 +31,6 @@ namespace OCP\Encryption\Keys; * @since 8.1.0 */ interface IStorage { - /** * get user specific key * diff --git a/lib/public/EventDispatcher/ABroadcastedEvent.php b/lib/public/EventDispatcher/ABroadcastedEvent.php index 3e41d316b9c..aa18ce94498 100644 --- a/lib/public/EventDispatcher/ABroadcastedEvent.php +++ b/lib/public/EventDispatcher/ABroadcastedEvent.php @@ -31,7 +31,6 @@ use JsonSerializable; * @since 18.0.0 */ abstract class ABroadcastedEvent extends Event implements JsonSerializable { - /** * @since 18.0.0 */ diff --git a/lib/public/EventDispatcher/Event.php b/lib/public/EventDispatcher/Event.php index 92f18a4fa43..94104300a09 100644 --- a/lib/public/EventDispatcher/Event.php +++ b/lib/public/EventDispatcher/Event.php @@ -41,7 +41,6 @@ use Psr\EventDispatcher\StoppableEventInterface; * @since 17.0.0 */ class Event implements StoppableEventInterface { - /** * @var bool * diff --git a/lib/public/EventDispatcher/IEventDispatcher.php b/lib/public/EventDispatcher/IEventDispatcher.php index 82505b6a512..0a96fa799d4 100644 --- a/lib/public/EventDispatcher/IEventDispatcher.php +++ b/lib/public/EventDispatcher/IEventDispatcher.php @@ -32,7 +32,6 @@ namespace OCP\EventDispatcher; * @since 17.0.0 */ interface IEventDispatcher { - /** * @template T of \OCP\EventDispatcher\Event * @param string $eventName preferably the fully-qualified class name of the Event sub class diff --git a/lib/public/EventDispatcher/IEventListener.php b/lib/public/EventDispatcher/IEventListener.php index 638e0570ca0..829a8769be2 100644 --- a/lib/public/EventDispatcher/IEventListener.php +++ b/lib/public/EventDispatcher/IEventListener.php @@ -31,7 +31,6 @@ namespace OCP\EventDispatcher; * @template T of Event */ interface IEventListener { - /** * @param Event $event * @psalm-param T $event diff --git a/lib/public/Federation/Exceptions/ActionNotSupportedException.php b/lib/public/Federation/Exceptions/ActionNotSupportedException.php index 7b2ca3d9597..e5f8d50fd99 100644 --- a/lib/public/Federation/Exceptions/ActionNotSupportedException.php +++ b/lib/public/Federation/Exceptions/ActionNotSupportedException.php @@ -31,7 +31,6 @@ use OCP\HintException; * @since 14.0.0 */ class ActionNotSupportedException extends HintException { - /** * ActionNotSupportedException constructor. * diff --git a/lib/public/Federation/Exceptions/AuthenticationFailedException.php b/lib/public/Federation/Exceptions/AuthenticationFailedException.php index dfcd9636035..2bd3e361edd 100644 --- a/lib/public/Federation/Exceptions/AuthenticationFailedException.php +++ b/lib/public/Federation/Exceptions/AuthenticationFailedException.php @@ -31,7 +31,6 @@ use OCP\HintException; * @since 14.0.0 */ class AuthenticationFailedException extends HintException { - /** * BadRequestException constructor. * diff --git a/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php b/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php index b6d4b7e9bce..d30d81eca27 100644 --- a/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php +++ b/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php @@ -33,7 +33,6 @@ use OCP\HintException; * @since 14.0.0 */ class ProviderAlreadyExistsException extends HintException { - /** * ProviderAlreadyExistsException constructor. * diff --git a/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php b/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php index efcc8788386..9294f5e1d95 100644 --- a/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php +++ b/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php @@ -32,7 +32,6 @@ use OCP\HintException; * @since 14.0.0 */ class ProviderCouldNotAddShareException extends HintException { - /** * ProviderCouldNotAddShareException constructor. * diff --git a/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php b/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php index 69c69f17d99..849209da22d 100644 --- a/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php +++ b/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php @@ -31,7 +31,6 @@ use OCP\HintException; * @since 14.0.0 */ class ProviderDoesNotExistsException extends HintException { - /** * ProviderDoesNotExistsException constructor. * diff --git a/lib/public/Federation/ICloudFederationFactory.php b/lib/public/Federation/ICloudFederationFactory.php index d92e9f6b4ed..ba1d93bb4cd 100644 --- a/lib/public/Federation/ICloudFederationFactory.php +++ b/lib/public/Federation/ICloudFederationFactory.php @@ -29,7 +29,6 @@ namespace OCP\Federation; * @since 14.0.0 */ interface ICloudFederationFactory { - /** * get a CloudFederationShare Object to prepare a share you want to send * diff --git a/lib/public/Federation/ICloudFederationNotification.php b/lib/public/Federation/ICloudFederationNotification.php index b8fec05d6d2..2b51b2bc8db 100644 --- a/lib/public/Federation/ICloudFederationNotification.php +++ b/lib/public/Federation/ICloudFederationNotification.php @@ -29,7 +29,6 @@ namespace OCP\Federation; * @since 14.0.0 */ interface ICloudFederationNotification { - /** * add a message to the notification * diff --git a/lib/public/Federation/ICloudFederationProvider.php b/lib/public/Federation/ICloudFederationProvider.php index 2e9d58fcb3e..7cb620848ef 100644 --- a/lib/public/Federation/ICloudFederationProvider.php +++ b/lib/public/Federation/ICloudFederationProvider.php @@ -39,7 +39,6 @@ use OCP\Share\Exceptions\ShareNotFound; */ interface ICloudFederationProvider { - /** * get the name of the share type, handled by this provider * diff --git a/lib/public/Federation/ICloudFederationProviderManager.php b/lib/public/Federation/ICloudFederationProviderManager.php index e607b0555ab..7272653b14d 100644 --- a/lib/public/Federation/ICloudFederationProviderManager.php +++ b/lib/public/Federation/ICloudFederationProviderManager.php @@ -32,7 +32,6 @@ namespace OCP\Federation; * */ interface ICloudFederationProviderManager { - /** * Registers an callback function which must return an cloud federation provider * diff --git a/lib/public/Federation/ICloudFederationShare.php b/lib/public/Federation/ICloudFederationShare.php index 892a47e8186..c2a4ca29e11 100644 --- a/lib/public/Federation/ICloudFederationShare.php +++ b/lib/public/Federation/ICloudFederationShare.php @@ -29,7 +29,6 @@ namespace OCP\Federation; * @since 14.0.0 */ interface ICloudFederationShare { - /** * set uid of the recipient * diff --git a/lib/public/Files/AppData/IAppDataFactory.php b/lib/public/Files/AppData/IAppDataFactory.php index b689da36b83..fe53b582720 100644 --- a/lib/public/Files/AppData/IAppDataFactory.php +++ b/lib/public/Files/AppData/IAppDataFactory.php @@ -10,7 +10,6 @@ use OCP\Files\IAppData; * @since 25.0.0 */ interface IAppDataFactory { - /** * Get the AppData folder for the specified $appId * @param string $appId diff --git a/lib/public/Files/Events/BeforeFileScannedEvent.php b/lib/public/Files/Events/BeforeFileScannedEvent.php index 10aabc4a143..c5e0a40cfd9 100644 --- a/lib/public/Files/Events/BeforeFileScannedEvent.php +++ b/lib/public/Files/Events/BeforeFileScannedEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class BeforeFileScannedEvent extends Event { - /** @var string */ private $absolutePath; diff --git a/lib/public/Files/Events/BeforeFolderScannedEvent.php b/lib/public/Files/Events/BeforeFolderScannedEvent.php index add86ab719c..3f163a5a73b 100644 --- a/lib/public/Files/Events/BeforeFolderScannedEvent.php +++ b/lib/public/Files/Events/BeforeFolderScannedEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class BeforeFolderScannedEvent extends Event { - /** @var string */ private $absolutePath; diff --git a/lib/public/Files/Events/FileCacheUpdated.php b/lib/public/Files/Events/FileCacheUpdated.php index 28376fc10b9..18d6318f2f4 100644 --- a/lib/public/Files/Events/FileCacheUpdated.php +++ b/lib/public/Files/Events/FileCacheUpdated.php @@ -32,7 +32,6 @@ use OCP\Files\Storage\IStorage; * @since 18.0.0 */ class FileCacheUpdated extends Event { - /** @var IStorage */ private $storage; diff --git a/lib/public/Files/Events/FileScannedEvent.php b/lib/public/Files/Events/FileScannedEvent.php index 3d6b3020b94..96a40a0204c 100644 --- a/lib/public/Files/Events/FileScannedEvent.php +++ b/lib/public/Files/Events/FileScannedEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class FileScannedEvent extends Event { - /** @var string */ private $absolutePath; diff --git a/lib/public/Files/Events/FolderScannedEvent.php b/lib/public/Files/Events/FolderScannedEvent.php index 82c408daaba..e8907979364 100644 --- a/lib/public/Files/Events/FolderScannedEvent.php +++ b/lib/public/Files/Events/FolderScannedEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class FolderScannedEvent extends Event { - /** @var string */ private $absolutePath; diff --git a/lib/public/Files/Events/Node/AbstractNodeEvent.php b/lib/public/Files/Events/Node/AbstractNodeEvent.php index 6478d527eee..d6c1c6d0f95 100644 --- a/lib/public/Files/Events/Node/AbstractNodeEvent.php +++ b/lib/public/Files/Events/Node/AbstractNodeEvent.php @@ -32,7 +32,6 @@ use OCP\Files\Node; * @since 20.0.0 */ abstract class AbstractNodeEvent extends Event { - /** @var Node */ private $node; diff --git a/lib/public/Files/Events/Node/AbstractNodesEvent.php b/lib/public/Files/Events/Node/AbstractNodesEvent.php index dd2174f0884..6bd9bc32a88 100644 --- a/lib/public/Files/Events/Node/AbstractNodesEvent.php +++ b/lib/public/Files/Events/Node/AbstractNodesEvent.php @@ -32,7 +32,6 @@ use OCP\Files\Node; * @since 20.0.0 */ abstract class AbstractNodesEvent extends Event { - /** @var Node */ private $source; /** @var Node */ diff --git a/lib/public/Files/Events/NodeAddedToCache.php b/lib/public/Files/Events/NodeAddedToCache.php index 8699131d4d4..6986b4b5989 100644 --- a/lib/public/Files/Events/NodeAddedToCache.php +++ b/lib/public/Files/Events/NodeAddedToCache.php @@ -32,7 +32,6 @@ use OCP\Files\Storage\IStorage; * @since 18.0.0 */ class NodeAddedToCache extends Event { - /** @var IStorage */ private $storage; diff --git a/lib/public/Files/Events/NodeRemovedFromCache.php b/lib/public/Files/Events/NodeRemovedFromCache.php index 7c85e5e4586..9f67cb71371 100644 --- a/lib/public/Files/Events/NodeRemovedFromCache.php +++ b/lib/public/Files/Events/NodeRemovedFromCache.php @@ -32,7 +32,6 @@ use OCP\Files\Storage\IStorage; * @since 18.0.0 */ class NodeRemovedFromCache extends Event { - /** @var IStorage */ private $storage; diff --git a/lib/public/Files/ForbiddenException.php b/lib/public/Files/ForbiddenException.php index 4b148dde93b..6a0a8d7fc4b 100644 --- a/lib/public/Files/ForbiddenException.php +++ b/lib/public/Files/ForbiddenException.php @@ -32,7 +32,6 @@ namespace OCP\Files; * @since 9.0.0 */ class ForbiddenException extends \Exception { - /** @var bool */ private $retry; diff --git a/lib/public/Files/IMimeTypeDetector.php b/lib/public/Files/IMimeTypeDetector.php index 6017360cab0..11ba5cfc95f 100644 --- a/lib/public/Files/IMimeTypeDetector.php +++ b/lib/public/Files/IMimeTypeDetector.php @@ -32,7 +32,6 @@ namespace OCP\Files; * Interface to handle mimetypes (detection and icon retrieval) **/ interface IMimeTypeDetector { - /** * detect mimetype only based on filename, content of file is not used * @param string $path diff --git a/lib/public/Files/IMimeTypeLoader.php b/lib/public/Files/IMimeTypeLoader.php index faed18ed7d9..d4f2767bc17 100644 --- a/lib/public/Files/IMimeTypeLoader.php +++ b/lib/public/Files/IMimeTypeLoader.php @@ -28,7 +28,6 @@ namespace OCP\Files; * Interface to load mimetypes **/ interface IMimeTypeLoader { - /** * Get a mimetype from its ID * diff --git a/lib/public/Files/IRootFolder.php b/lib/public/Files/IRootFolder.php index 7d007cb690c..452c0fd3157 100644 --- a/lib/public/Files/IRootFolder.php +++ b/lib/public/Files/IRootFolder.php @@ -33,7 +33,6 @@ use OC\User\NoUserException; * @since 8.0.0 */ interface IRootFolder extends Folder, Emitter { - /** * Returns a view to user's files folder * diff --git a/lib/public/Files/Lock/ILock.php b/lib/public/Files/Lock/ILock.php index 03737a178c6..2f863a585dc 100644 --- a/lib/public/Files/Lock/ILock.php +++ b/lib/public/Files/Lock/ILock.php @@ -30,7 +30,6 @@ namespace OCP\Files\Lock; * @since 24.0.0 */ interface ILock { - /** * User owned manual lock * diff --git a/lib/public/Files/Lock/ILockManager.php b/lib/public/Files/Lock/ILockManager.php index cad66380e93..2cdb027a570 100644 --- a/lib/public/Files/Lock/ILockManager.php +++ b/lib/public/Files/Lock/ILockManager.php @@ -39,7 +39,6 @@ use OCP\PreConditionNotMetException; * @since 24.0.0 */ interface ILockManager extends ILockProvider { - /** * @throws PreConditionNotMetException if there is already a lock provider registered * @since 24.0.0 diff --git a/lib/public/Files/Lock/ILockProvider.php b/lib/public/Files/Lock/ILockProvider.php index 50326c427e4..c2e18e6b19d 100644 --- a/lib/public/Files/Lock/ILockProvider.php +++ b/lib/public/Files/Lock/ILockProvider.php @@ -32,7 +32,6 @@ use OCP\PreConditionNotMetException; * @since 24.0.0 */ interface ILockProvider { - /** * @throws PreConditionNotMetException * @throws NoLockProviderException diff --git a/lib/public/Files/Mount/IMountManager.php b/lib/public/Files/Mount/IMountManager.php index aa760f53e96..a55e5758199 100644 --- a/lib/public/Files/Mount/IMountManager.php +++ b/lib/public/Files/Mount/IMountManager.php @@ -33,7 +33,6 @@ namespace OCP\Files\Mount; * @since 8.2.0 */ interface IMountManager { - /** * Add a new mount * diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php index 66144bc4360..b8e7ec9118f 100644 --- a/lib/public/Files/Mount/IMountPoint.php +++ b/lib/public/Files/Mount/IMountPoint.php @@ -28,7 +28,6 @@ namespace OCP\Files\Mount; * @since 8.0.0 */ interface IMountPoint { - /** * get complete path to the mount point * diff --git a/lib/public/Files/ObjectStore/IObjectStore.php b/lib/public/Files/ObjectStore/IObjectStore.php index 924141a3d4b..a202ef7c0c2 100644 --- a/lib/public/Files/ObjectStore/IObjectStore.php +++ b/lib/public/Files/ObjectStore/IObjectStore.php @@ -32,7 +32,6 @@ use OCP\Files\NotFoundException; * @since 7.0.0 */ interface IObjectStore { - /** * @return string the container or bucket name where objects are stored * @since 7.0.0 diff --git a/lib/public/Files/SimpleFS/ISimpleFile.php b/lib/public/Files/SimpleFS/ISimpleFile.php index 34cd128d449..9050fe770b9 100644 --- a/lib/public/Files/SimpleFS/ISimpleFile.php +++ b/lib/public/Files/SimpleFS/ISimpleFile.php @@ -37,7 +37,6 @@ use OCP\Files\NotPermittedException; * @since 11.0.0 */ interface ISimpleFile { - /** * Get the name * diff --git a/lib/public/Files/StorageAuthException.php b/lib/public/Files/StorageAuthException.php index 696792c8d43..5fce191b57e 100644 --- a/lib/public/Files/StorageAuthException.php +++ b/lib/public/Files/StorageAuthException.php @@ -28,7 +28,6 @@ namespace OCP\Files; * @since 9.0.0 */ class StorageAuthException extends StorageNotAvailableException { - /** * StorageAuthException constructor. * diff --git a/lib/public/Files/StorageBadConfigException.php b/lib/public/Files/StorageBadConfigException.php index e05b9217799..0e16a24daa8 100644 --- a/lib/public/Files/StorageBadConfigException.php +++ b/lib/public/Files/StorageBadConfigException.php @@ -28,7 +28,6 @@ namespace OCP\Files; * @since 9.0.0 */ class StorageBadConfigException extends StorageNotAvailableException { - /** * ExtStorageBadConfigException constructor. * diff --git a/lib/public/Files/StorageConnectionException.php b/lib/public/Files/StorageConnectionException.php index d9a69e53edd..9113faf72a1 100644 --- a/lib/public/Files/StorageConnectionException.php +++ b/lib/public/Files/StorageConnectionException.php @@ -28,7 +28,6 @@ namespace OCP\Files; * @since 9.0.0 */ class StorageConnectionException extends StorageNotAvailableException { - /** * StorageConnectionException constructor. * diff --git a/lib/public/Files/StorageTimeoutException.php b/lib/public/Files/StorageTimeoutException.php index 256f7e710a1..bad88ad35e0 100644 --- a/lib/public/Files/StorageTimeoutException.php +++ b/lib/public/Files/StorageTimeoutException.php @@ -28,7 +28,6 @@ namespace OCP\Files; * @since 9.0.0 */ class StorageTimeoutException extends StorageNotAvailableException { - /** * StorageTimeoutException constructor. * diff --git a/lib/public/Files/Template/ITemplateManager.php b/lib/public/Files/Template/ITemplateManager.php index a874ec6491a..f39cf65fba4 100644 --- a/lib/public/Files/Template/ITemplateManager.php +++ b/lib/public/Files/Template/ITemplateManager.php @@ -32,7 +32,6 @@ use OCP\Files\GenericFileException; * @since 21.0.0 */ interface ITemplateManager { - /** * Register a template type support * diff --git a/lib/public/Files/Template/Template.php b/lib/public/Files/Template/Template.php index d71ef3b3655..8fefc422c86 100644 --- a/lib/public/Files/Template/Template.php +++ b/lib/public/Files/Template/Template.php @@ -31,7 +31,6 @@ use OCP\Files\File; * @since 21.0.0 */ final class Template implements \JsonSerializable { - /** @var string */ private $templateType; /** @var string */ diff --git a/lib/public/Files_FullTextSearch/Model/AFilesDocument.php b/lib/public/Files_FullTextSearch/Model/AFilesDocument.php index 421015067df..5a9d989f9af 100644 --- a/lib/public/Files_FullTextSearch/Model/AFilesDocument.php +++ b/lib/public/Files_FullTextSearch/Model/AFilesDocument.php @@ -49,8 +49,6 @@ use OCP\FullTextSearch\Model\IIndexDocument; * */ abstract class AFilesDocument extends IndexDocument { - - /** * Returns the owner of the document/file. * diff --git a/lib/public/FullTextSearch/IFullTextSearchManager.php b/lib/public/FullTextSearch/IFullTextSearchManager.php index ee9f4ba20e1..bd8fe19a349 100644 --- a/lib/public/FullTextSearch/IFullTextSearchManager.php +++ b/lib/public/FullTextSearch/IFullTextSearchManager.php @@ -41,8 +41,6 @@ use OCP\FullTextSearch\Service\ISearchService; * */ interface IFullTextSearchManager { - - /** * Register a IProviderService. * diff --git a/lib/public/FullTextSearch/IFullTextSearchPlatform.php b/lib/public/FullTextSearch/IFullTextSearchPlatform.php index 147a883885e..6ef39a4b2ed 100644 --- a/lib/public/FullTextSearch/IFullTextSearchPlatform.php +++ b/lib/public/FullTextSearch/IFullTextSearchPlatform.php @@ -70,8 +70,6 @@ use OCP\FullTextSearch\Model\ISearchResult; * */ interface IFullTextSearchPlatform { - - /** * Must returns a unique Id used to identify the Search Platform. * Id must contains only alphanumeric chars, with no space. diff --git a/lib/public/FullTextSearch/IFullTextSearchProvider.php b/lib/public/FullTextSearch/IFullTextSearchProvider.php index 3d78199f4d6..c9e4e44d931 100644 --- a/lib/public/FullTextSearch/IFullTextSearchProvider.php +++ b/lib/public/FullTextSearch/IFullTextSearchProvider.php @@ -71,8 +71,6 @@ use OCP\FullTextSearch\Model\ISearchTemplate; * */ interface IFullTextSearchProvider { - - /** * Must returns a unique Id used to identify the Content Provider. * Id must contains only alphanumeric chars, with no space. diff --git a/lib/public/FullTextSearch/Model/IDocumentAccess.php b/lib/public/FullTextSearch/Model/IDocumentAccess.php index 84ce46db361..08d600849a5 100644 --- a/lib/public/FullTextSearch/Model/IDocumentAccess.php +++ b/lib/public/FullTextSearch/Model/IDocumentAccess.php @@ -45,8 +45,6 @@ namespace OCP\FullTextSearch\Model; * */ interface IDocumentAccess { - - /** * Owner of the document can be set at the init of the object. * diff --git a/lib/public/FullTextSearch/Model/IIndexOptions.php b/lib/public/FullTextSearch/Model/IIndexOptions.php index f8ee10671e5..9f66496703d 100644 --- a/lib/public/FullTextSearch/Model/IIndexOptions.php +++ b/lib/public/FullTextSearch/Model/IIndexOptions.php @@ -37,8 +37,6 @@ namespace OCP\FullTextSearch\Model; * */ interface IIndexOptions { - - /** * Get the value (as a string) for an option. * diff --git a/lib/public/FullTextSearch/Model/ISearchOption.php b/lib/public/FullTextSearch/Model/ISearchOption.php index 7cfe07d9c3e..fbea54977da 100644 --- a/lib/public/FullTextSearch/Model/ISearchOption.php +++ b/lib/public/FullTextSearch/Model/ISearchOption.php @@ -33,8 +33,6 @@ namespace OCP\FullTextSearch\Model; * */ interface ISearchOption { - - /** * @since 16.0.0 */ diff --git a/lib/public/FullTextSearch/Model/ISearchRequest.php b/lib/public/FullTextSearch/Model/ISearchRequest.php index 76fc3b18b02..5eaac6557c7 100644 --- a/lib/public/FullTextSearch/Model/ISearchRequest.php +++ b/lib/public/FullTextSearch/Model/ISearchRequest.php @@ -43,8 +43,6 @@ namespace OCP\FullTextSearch\Model; * */ interface ISearchRequest { - - /** * Get the maximum number of results to be returns by the Search Platform. * diff --git a/lib/public/FullTextSearch/Model/ISearchResult.php b/lib/public/FullTextSearch/Model/ISearchResult.php index 729f79da762..60070856264 100644 --- a/lib/public/FullTextSearch/Model/ISearchResult.php +++ b/lib/public/FullTextSearch/Model/ISearchResult.php @@ -46,8 +46,6 @@ use OCP\FullTextSearch\IFullTextSearchProvider; * */ interface ISearchResult { - - /** * Get the original SearchRequest. * diff --git a/lib/public/FullTextSearch/Model/ISearchTemplate.php b/lib/public/FullTextSearch/Model/ISearchTemplate.php index adeccd4224c..c7e946761bb 100644 --- a/lib/public/FullTextSearch/Model/ISearchTemplate.php +++ b/lib/public/FullTextSearch/Model/ISearchTemplate.php @@ -52,8 +52,6 @@ use OCP\FullTextSearch\IFullTextSearchProvider; * */ interface ISearchTemplate { - - /** * Set the class of the icon to be displayed in the left panel of the * FullTextSearch navigation page, in front of the related Content Provider. diff --git a/lib/public/FullTextSearch/Service/IIndexService.php b/lib/public/FullTextSearch/Service/IIndexService.php index b9b15e96371..f7ab451fe77 100644 --- a/lib/public/FullTextSearch/Service/IIndexService.php +++ b/lib/public/FullTextSearch/Service/IIndexService.php @@ -34,8 +34,6 @@ use OCP\FullTextSearch\Model\IIndex; * */ interface IIndexService { - - /** * Create an Index * diff --git a/lib/public/FullTextSearch/Service/IProviderService.php b/lib/public/FullTextSearch/Service/IProviderService.php index 8a5db07cb1d..23d33c57b09 100644 --- a/lib/public/FullTextSearch/Service/IProviderService.php +++ b/lib/public/FullTextSearch/Service/IProviderService.php @@ -32,8 +32,6 @@ namespace OCP\FullTextSearch\Service; * */ interface IProviderService { - - /** * Check if the provider $providerId is already indexed. * diff --git a/lib/public/FullTextSearch/Service/ISearchService.php b/lib/public/FullTextSearch/Service/ISearchService.php index 6a29e15755a..3a65781d477 100644 --- a/lib/public/FullTextSearch/Service/ISearchService.php +++ b/lib/public/FullTextSearch/Service/ISearchService.php @@ -35,8 +35,6 @@ use OCP\FullTextSearch\Model\ISearchResult; * */ interface ISearchService { - - /** * generate a search request, based on an array: * diff --git a/lib/public/GlobalScale/IConfig.php b/lib/public/GlobalScale/IConfig.php index 03bac271fbe..f28bea4b9b1 100644 --- a/lib/public/GlobalScale/IConfig.php +++ b/lib/public/GlobalScale/IConfig.php @@ -30,7 +30,6 @@ namespace OCP\GlobalScale; * @since 12.0.1 */ interface IConfig { - /** * check if global scale is enabled * diff --git a/lib/public/Group/Backend/ABackend.php b/lib/public/Group/Backend/ABackend.php index 2d611c27b4f..e5b7f78ac6a 100644 --- a/lib/public/Group/Backend/ABackend.php +++ b/lib/public/Group/Backend/ABackend.php @@ -31,7 +31,6 @@ use OCP\GroupInterface; * @since 14.0.0 */ abstract class ABackend implements GroupInterface { - /** * @deprecated 14.0.0 * diff --git a/lib/public/Group/Backend/IAddToGroupBackend.php b/lib/public/Group/Backend/IAddToGroupBackend.php index 8019766ca84..e7f1f92bd3a 100644 --- a/lib/public/Group/Backend/IAddToGroupBackend.php +++ b/lib/public/Group/Backend/IAddToGroupBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface IAddToGroupBackend { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/ICountDisabledInGroup.php b/lib/public/Group/Backend/ICountDisabledInGroup.php index a971d3d0c06..44d25715cb3 100644 --- a/lib/public/Group/Backend/ICountDisabledInGroup.php +++ b/lib/public/Group/Backend/ICountDisabledInGroup.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface ICountDisabledInGroup { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/ICountUsersBackend.php b/lib/public/Group/Backend/ICountUsersBackend.php index 946dd20ee8b..10920975451 100644 --- a/lib/public/Group/Backend/ICountUsersBackend.php +++ b/lib/public/Group/Backend/ICountUsersBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface ICountUsersBackend { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/ICreateGroupBackend.php b/lib/public/Group/Backend/ICreateGroupBackend.php index 43f2960725b..1c90eae1149 100644 --- a/lib/public/Group/Backend/ICreateGroupBackend.php +++ b/lib/public/Group/Backend/ICreateGroupBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface ICreateGroupBackend { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/IDeleteGroupBackend.php b/lib/public/Group/Backend/IDeleteGroupBackend.php index 90be105e7d8..422ec4905fe 100644 --- a/lib/public/Group/Backend/IDeleteGroupBackend.php +++ b/lib/public/Group/Backend/IDeleteGroupBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface IDeleteGroupBackend { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/IGetDisplayNameBackend.php b/lib/public/Group/Backend/IGetDisplayNameBackend.php index 096555d0c8e..d3f83b15506 100644 --- a/lib/public/Group/Backend/IGetDisplayNameBackend.php +++ b/lib/public/Group/Backend/IGetDisplayNameBackend.php @@ -30,7 +30,6 @@ namespace OCP\Group\Backend; * @since 17.0.0 */ interface IGetDisplayNameBackend { - /** * @param string $gid * @return string diff --git a/lib/public/Group/Backend/IGroupDetailsBackend.php b/lib/public/Group/Backend/IGroupDetailsBackend.php index 56241d5538b..4852f978195 100644 --- a/lib/public/Group/Backend/IGroupDetailsBackend.php +++ b/lib/public/Group/Backend/IGroupDetailsBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface IGroupDetailsBackend { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/IIsAdminBackend.php b/lib/public/Group/Backend/IIsAdminBackend.php index 4ee67cc139f..c653ef51f87 100644 --- a/lib/public/Group/Backend/IIsAdminBackend.php +++ b/lib/public/Group/Backend/IIsAdminBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface IIsAdminBackend { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/INamedBackend.php b/lib/public/Group/Backend/INamedBackend.php index eca9b5d7aca..3ce7ea663ef 100644 --- a/lib/public/Group/Backend/INamedBackend.php +++ b/lib/public/Group/Backend/INamedBackend.php @@ -26,7 +26,6 @@ namespace OCP\Group\Backend; * @since 22.0.0 */ interface INamedBackend { - /** * Backend name to be shown in group management * @return string the name of the backend to be shown diff --git a/lib/public/Group/Backend/IRemoveFromGroupBackend.php b/lib/public/Group/Backend/IRemoveFromGroupBackend.php index 8532bcefd1c..13e8ee4441f 100644 --- a/lib/public/Group/Backend/IRemoveFromGroupBackend.php +++ b/lib/public/Group/Backend/IRemoveFromGroupBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 14.0.0 */ interface IRemoveFromGroupBackend { - /** * @since 14.0.0 */ diff --git a/lib/public/Group/Backend/ISetDisplayNameBackend.php b/lib/public/Group/Backend/ISetDisplayNameBackend.php index e5896b52953..463e83ae4c1 100644 --- a/lib/public/Group/Backend/ISetDisplayNameBackend.php +++ b/lib/public/Group/Backend/ISetDisplayNameBackend.php @@ -29,7 +29,6 @@ namespace OCP\Group\Backend; * @since 18.0.0 */ interface ISetDisplayNameBackend { - /** * @param string $gid * @param string $displayName diff --git a/lib/public/Group/Events/BeforeGroupCreatedEvent.php b/lib/public/Group/Events/BeforeGroupCreatedEvent.php index a8bd6a4e100..ba053277984 100644 --- a/lib/public/Group/Events/BeforeGroupCreatedEvent.php +++ b/lib/public/Group/Events/BeforeGroupCreatedEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class BeforeGroupCreatedEvent extends Event { - /** @var string */ private $name; diff --git a/lib/public/Group/Events/BeforeGroupDeletedEvent.php b/lib/public/Group/Events/BeforeGroupDeletedEvent.php index 7824a17dfdd..eed9014d9b8 100644 --- a/lib/public/Group/Events/BeforeGroupDeletedEvent.php +++ b/lib/public/Group/Events/BeforeGroupDeletedEvent.php @@ -32,7 +32,6 @@ use OCP\IGroup; * @since 18.0.0 */ class BeforeGroupDeletedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/BeforeUserAddedEvent.php b/lib/public/Group/Events/BeforeUserAddedEvent.php index 526d94f564f..7aad16bef19 100644 --- a/lib/public/Group/Events/BeforeUserAddedEvent.php +++ b/lib/public/Group/Events/BeforeUserAddedEvent.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 18.0.0 */ class BeforeUserAddedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/BeforeUserRemovedEvent.php b/lib/public/Group/Events/BeforeUserRemovedEvent.php index 164e3282c31..e3d2d0bf682 100644 --- a/lib/public/Group/Events/BeforeUserRemovedEvent.php +++ b/lib/public/Group/Events/BeforeUserRemovedEvent.php @@ -38,7 +38,6 @@ use OCP\IUser; * https://github.com/nextcloud/server/issues */ class BeforeUserRemovedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/GroupCreatedEvent.php b/lib/public/Group/Events/GroupCreatedEvent.php index 38c5aaf4fec..2f121349782 100644 --- a/lib/public/Group/Events/GroupCreatedEvent.php +++ b/lib/public/Group/Events/GroupCreatedEvent.php @@ -32,7 +32,6 @@ use OCP\IGroup; * @since 18.0.0 */ class GroupCreatedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/GroupDeletedEvent.php b/lib/public/Group/Events/GroupDeletedEvent.php index d3d9a3736f4..d4567a643b9 100644 --- a/lib/public/Group/Events/GroupDeletedEvent.php +++ b/lib/public/Group/Events/GroupDeletedEvent.php @@ -32,7 +32,6 @@ use OCP\IGroup; * @since 18.0.0 */ class GroupDeletedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/SubAdminAddedEvent.php b/lib/public/Group/Events/SubAdminAddedEvent.php index 08bca54253a..17f117515a4 100644 --- a/lib/public/Group/Events/SubAdminAddedEvent.php +++ b/lib/public/Group/Events/SubAdminAddedEvent.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 21.0.0 */ class SubAdminAddedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/SubAdminRemovedEvent.php b/lib/public/Group/Events/SubAdminRemovedEvent.php index 41d42a24b88..334fd15178a 100644 --- a/lib/public/Group/Events/SubAdminRemovedEvent.php +++ b/lib/public/Group/Events/SubAdminRemovedEvent.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 21.0.0 */ class SubAdminRemovedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/UserAddedEvent.php b/lib/public/Group/Events/UserAddedEvent.php index 85b618d5e78..99b1cd775d6 100644 --- a/lib/public/Group/Events/UserAddedEvent.php +++ b/lib/public/Group/Events/UserAddedEvent.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 18.0.0 */ class UserAddedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/Events/UserRemovedEvent.php b/lib/public/Group/Events/UserRemovedEvent.php index c3c9483996f..9ea1700d560 100644 --- a/lib/public/Group/Events/UserRemovedEvent.php +++ b/lib/public/Group/Events/UserRemovedEvent.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 18.0.0 */ class UserRemovedEvent extends Event { - /** @var IGroup */ private $group; diff --git a/lib/public/Group/ISubAdmin.php b/lib/public/Group/ISubAdmin.php index d2b302a4b8c..c8c14e1c880 100644 --- a/lib/public/Group/ISubAdmin.php +++ b/lib/public/Group/ISubAdmin.php @@ -32,7 +32,6 @@ use OCP\IUser; * @since 16.0.0 */ interface ISubAdmin { - /** * add a SubAdmin * @param IUser $user user to be SubAdmin diff --git a/lib/public/GroupInterface.php b/lib/public/GroupInterface.php index f1765afed96..b7c07136126 100644 --- a/lib/public/GroupInterface.php +++ b/lib/public/GroupInterface.php @@ -36,7 +36,6 @@ namespace OCP; * @since 4.5.0 */ interface GroupInterface { - /** * actions that user backends can define */ diff --git a/lib/public/Http/Client/IClient.php b/lib/public/Http/Client/IClient.php index 9a6dc7a9b65..d692edc5b71 100644 --- a/lib/public/Http/Client/IClient.php +++ b/lib/public/Http/Client/IClient.php @@ -32,7 +32,6 @@ namespace OCP\Http\Client; * @since 8.1.0 */ interface IClient { - /** * Sends a GET request * @param string $uri diff --git a/lib/public/Http/WellKnown/GenericResponse.php b/lib/public/Http/WellKnown/GenericResponse.php index a240c0eebde..f427758b363 100644 --- a/lib/public/Http/WellKnown/GenericResponse.php +++ b/lib/public/Http/WellKnown/GenericResponse.php @@ -31,7 +31,6 @@ use OCP\AppFramework\Http\Response; * @since 21.0.0 */ final class GenericResponse implements IResponse { - /** @var Response */ private $response; diff --git a/lib/public/Http/WellKnown/IHandler.php b/lib/public/Http/WellKnown/IHandler.php index c0dd1d372bc..18a25dd0baa 100644 --- a/lib/public/Http/WellKnown/IHandler.php +++ b/lib/public/Http/WellKnown/IHandler.php @@ -34,7 +34,6 @@ namespace OCP\Http\WellKnown; * @since 21.0.0 */ interface IHandler { - /** * @param string $service the name of the well known service, e.g. 'webfinger' * @param IRequestContext $context diff --git a/lib/public/Http/WellKnown/IRequestContext.php b/lib/public/Http/WellKnown/IRequestContext.php index 1d05b116e9b..a764ad96c93 100644 --- a/lib/public/Http/WellKnown/IRequestContext.php +++ b/lib/public/Http/WellKnown/IRequestContext.php @@ -36,7 +36,6 @@ use OCP\IRequest; * @since 21.0.0 */ interface IRequestContext { - /** * @return IRequest * diff --git a/lib/public/Http/WellKnown/IResponse.php b/lib/public/Http/WellKnown/IResponse.php index 1504d4d0066..d3ae5f7afcc 100644 --- a/lib/public/Http/WellKnown/IResponse.php +++ b/lib/public/Http/WellKnown/IResponse.php @@ -31,7 +31,6 @@ use OCP\AppFramework\Http\Response; * @since 21.0.0 */ interface IResponse { - /** * @since 21.0.0 */ diff --git a/lib/public/Http/WellKnown/JrdResponse.php b/lib/public/Http/WellKnown/JrdResponse.php index 192334ce83c..7a25f8fe0c3 100644 --- a/lib/public/Http/WellKnown/JrdResponse.php +++ b/lib/public/Http/WellKnown/JrdResponse.php @@ -38,7 +38,6 @@ use function array_filter; * @since 21.0.0 */ final class JrdResponse implements IResponse { - /** @var string */ private $subject; diff --git a/lib/public/IAddressBook.php b/lib/public/IAddressBook.php index 8df9a0c007d..10988bd81e6 100644 --- a/lib/public/IAddressBook.php +++ b/lib/public/IAddressBook.php @@ -38,7 +38,6 @@ namespace OCP { * @since 5.0.0 */ interface IAddressBook { - /** * @return string defining the technical unique key * @since 5.0.0 diff --git a/lib/public/IAvatar.php b/lib/public/IAvatar.php index f9fe9a645e6..a80726c73f6 100644 --- a/lib/public/IAvatar.php +++ b/lib/public/IAvatar.php @@ -34,7 +34,6 @@ use OCP\Files\SimpleFS\ISimpleFile; * @since 6.0.0 */ interface IAvatar { - /** * Get the users avatar * diff --git a/lib/public/IAvatarManager.php b/lib/public/IAvatarManager.php index 15894550d10..aef85855ff6 100644 --- a/lib/public/IAvatarManager.php +++ b/lib/public/IAvatarManager.php @@ -35,7 +35,6 @@ namespace OCP; */ interface IAvatarManager { - /** * Return a user specific instance of \OCP\IAvatar * @see IAvatar diff --git a/lib/public/ICache.php b/lib/public/ICache.php index 0e818277f60..d13aec534d5 100644 --- a/lib/public/ICache.php +++ b/lib/public/ICache.php @@ -33,7 +33,6 @@ namespace OCP; * @since 6.0.0 */ interface ICache { - /** * Get a value from the user cache * @param string $key diff --git a/lib/public/IContainer.php b/lib/public/IContainer.php index 08634ad508f..86595e1e8f7 100644 --- a/lib/public/IContainer.php +++ b/lib/public/IContainer.php @@ -43,7 +43,6 @@ use Psr\Container\ContainerInterface; * @deprecated 20.0.0 use \Psr\Container\ContainerInterface */ interface IContainer extends ContainerInterface { - /** * @template T * diff --git a/lib/public/INavigationManager.php b/lib/public/INavigationManager.php index 71979042811..710cbd1248d 100644 --- a/lib/public/INavigationManager.php +++ b/lib/public/INavigationManager.php @@ -37,7 +37,6 @@ namespace OCP; * @since 6.0.0 */ interface INavigationManager { - /** * Navigation entries of the app navigation * @since 16.0.0 diff --git a/lib/public/IPreview.php b/lib/public/IPreview.php index a8a798a526c..8483587d60e 100644 --- a/lib/public/IPreview.php +++ b/lib/public/IPreview.php @@ -38,7 +38,6 @@ use OCP\Files\SimpleFS\ISimpleFile; * @since 6.0.0 */ interface IPreview { - /** * @since 9.2.0 * @deprecated 22.0.0 diff --git a/lib/public/ISearch.php b/lib/public/ISearch.php index 3b6f8cf6065..f0016c7c4db 100644 --- a/lib/public/ISearch.php +++ b/lib/public/ISearch.php @@ -31,7 +31,6 @@ namespace OCP; * @deprecated 20.0.0 */ interface ISearch { - /** * Search all providers for $query * @param string $query diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 6c07a5218ba..c69dab8b3c6 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -60,7 +60,6 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface; * @since 6.0.0 */ interface IServerContainer extends ContainerInterface, IContainer { - /** * The calendar manager will act as a broker between consumers for calendar information and * providers which actual deliver the calendar information. diff --git a/lib/public/ISession.php b/lib/public/ISession.php index 12cd716ec3f..5836a6f373e 100644 --- a/lib/public/ISession.php +++ b/lib/public/ISession.php @@ -41,7 +41,6 @@ use OCP\Session\Exceptions\SessionNotAvailableException; * @since 6.0.0 */ interface ISession { - /** * Set a value in the session * diff --git a/lib/public/ITagManager.php b/lib/public/ITagManager.php index f015dad809e..d35135bb32a 100644 --- a/lib/public/ITagManager.php +++ b/lib/public/ITagManager.php @@ -40,7 +40,6 @@ namespace OCP; * @since 6.0.0 */ interface ITagManager { - /** * Create a new \OCP\ITags instance and load tags from db for the current user. * diff --git a/lib/public/IURLGenerator.php b/lib/public/IURLGenerator.php index b6d78876478..8229d51f231 100644 --- a/lib/public/IURLGenerator.php +++ b/lib/public/IURLGenerator.php @@ -35,7 +35,6 @@ namespace OCP; * @since 6.0.0 */ interface IURLGenerator { - /** * Regex for matching http(s) urls * diff --git a/lib/public/IUser.php b/lib/public/IUser.php index bb7bdf3304a..3a7e6ab1f11 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -35,7 +35,6 @@ use InvalidArgumentException; * @since 8.0.0 */ interface IUser { - /** * get the user id * diff --git a/lib/public/IUserBackend.php b/lib/public/IUserBackend.php index 22df225cb8a..8c8ead61965 100644 --- a/lib/public/IUserBackend.php +++ b/lib/public/IUserBackend.php @@ -31,7 +31,6 @@ namespace OCP; * @since 8.0.0 */ interface IUserBackend { - /** * Backend name to be shown in user management * @return string the name of the backend to be shown diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php index 151c153917f..1efb3d5f0c2 100644 --- a/lib/public/IUserManager.php +++ b/lib/public/IUserManager.php @@ -46,7 +46,6 @@ namespace OCP; * @since 8.0.0 */ interface IUserManager { - /** * @since 26.0.0 */ diff --git a/lib/public/L10N/ILanguageIterator.php b/lib/public/L10N/ILanguageIterator.php index 534d4229b1c..d3644a4b2e6 100644 --- a/lib/public/L10N/ILanguageIterator.php +++ b/lib/public/L10N/ILanguageIterator.php @@ -41,7 +41,6 @@ namespace OCP\L10N; * @since 14.0.0 */ interface ILanguageIterator extends \Iterator { - /** * Return the current element * diff --git a/lib/public/LDAP/ILDAPProviderFactory.php b/lib/public/LDAP/ILDAPProviderFactory.php index 246c665b04b..f987e91ec6e 100644 --- a/lib/public/LDAP/ILDAPProviderFactory.php +++ b/lib/public/LDAP/ILDAPProviderFactory.php @@ -36,7 +36,6 @@ use OCP\IServerContainer; * @since 11.0.0 */ interface ILDAPProviderFactory { - /** * Constructor for the LDAP provider factory * diff --git a/lib/public/Lock/LockedException.php b/lib/public/Lock/LockedException.php index cf85096d389..ec7701523fb 100644 --- a/lib/public/Lock/LockedException.php +++ b/lib/public/Lock/LockedException.php @@ -34,7 +34,6 @@ namespace OCP\Lock; * @since 8.1.0 */ class LockedException extends \Exception { - /** * Locked path * diff --git a/lib/public/Lock/ManuallyLockedException.php b/lib/public/Lock/ManuallyLockedException.php index 55a1e807a57..914f0392e39 100644 --- a/lib/public/Lock/ManuallyLockedException.php +++ b/lib/public/Lock/ManuallyLockedException.php @@ -31,8 +31,6 @@ namespace OCP\Lock; * @since 18.0.0 */ class ManuallyLockedException extends LockedException { - - /** * owner of the lock * diff --git a/lib/public/Log/Audit/CriticalActionPerformedEvent.php b/lib/public/Log/Audit/CriticalActionPerformedEvent.php index 1b991e4d871..79c67e5b8bd 100644 --- a/lib/public/Log/Audit/CriticalActionPerformedEvent.php +++ b/lib/public/Log/Audit/CriticalActionPerformedEvent.php @@ -33,7 +33,6 @@ use OCP\EventDispatcher\Event; * @since 22.0.0 */ class CriticalActionPerformedEvent extends Event { - /** @var string */ private $logMessage; diff --git a/lib/public/Log/IDataLogger.php b/lib/public/Log/IDataLogger.php index e9e476c3760..2a261b2b665 100644 --- a/lib/public/Log/IDataLogger.php +++ b/lib/public/Log/IDataLogger.php @@ -31,7 +31,6 @@ namespace OCP\Log; * @since 18.0.1 */ interface IDataLogger { - /** * allows to log custom data, similar to how logException works * diff --git a/lib/public/Log/RotationTrait.php b/lib/public/Log/RotationTrait.php index 8fc1516c346..b2415b6f61f 100644 --- a/lib/public/Log/RotationTrait.php +++ b/lib/public/Log/RotationTrait.php @@ -30,7 +30,6 @@ namespace OCP\Log; * @since 14.0.0 */ trait RotationTrait { - /** * @var string * @since 14.0.0 diff --git a/lib/public/Mail/Events/BeforeMessageSent.php b/lib/public/Mail/Events/BeforeMessageSent.php index e4ea0680f9e..dea748e4044 100644 --- a/lib/public/Mail/Events/BeforeMessageSent.php +++ b/lib/public/Mail/Events/BeforeMessageSent.php @@ -35,7 +35,6 @@ use OCP\Mail\IMessage; * @since 19.0.0 */ class BeforeMessageSent extends Event { - /** @var IMessage */ private $message; diff --git a/lib/public/Mail/Headers/AutoSubmitted.php b/lib/public/Mail/Headers/AutoSubmitted.php index 21df18dd918..45b43c7a652 100644 --- a/lib/public/Mail/Headers/AutoSubmitted.php +++ b/lib/public/Mail/Headers/AutoSubmitted.php @@ -36,7 +36,6 @@ namespace OCP\Mail\Headers; * @since 26.0.0 */ final class AutoSubmitted { - /** * Name of the Header as used in the final message later * diff --git a/lib/public/Mail/IAttachment.php b/lib/public/Mail/IAttachment.php index 714d4a45158..5d013dd1c45 100644 --- a/lib/public/Mail/IAttachment.php +++ b/lib/public/Mail/IAttachment.php @@ -32,7 +32,6 @@ namespace OCP\Mail; * @since 13.0.0 */ interface IAttachment { - /** * @param string $filename * @return IAttachment diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index 2d776549814..ea0fa970c9a 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -57,7 +57,6 @@ namespace OCP\Mail; * @since 12.0.0 */ interface IEMailTemplate { - /** * Sets the subject of the email * diff --git a/lib/public/Mail/IMessage.php b/lib/public/Mail/IMessage.php index 994d32603e9..35a67bc4bb8 100644 --- a/lib/public/Mail/IMessage.php +++ b/lib/public/Mail/IMessage.php @@ -32,7 +32,6 @@ namespace OCP\Mail; * @since 13.0.0 */ interface IMessage { - /** * @param IAttachment $attachment * @return IMessage diff --git a/lib/public/Migration/BigIntMigration.php b/lib/public/Migration/BigIntMigration.php index 85da6fd740d..a9782f1f264 100644 --- a/lib/public/Migration/BigIntMigration.php +++ b/lib/public/Migration/BigIntMigration.php @@ -31,7 +31,6 @@ use OCP\DB\ISchemaWrapper; * @since 13.0.0 */ abstract class BigIntMigration extends SimpleMigrationStep { - /** * @return array Returns an array with the following structure * ['table1' => ['column1', 'column2'], ...] diff --git a/lib/public/Migration/IOutput.php b/lib/public/Migration/IOutput.php index 212b5d927f8..70fb56b6bdd 100644 --- a/lib/public/Migration/IOutput.php +++ b/lib/public/Migration/IOutput.php @@ -29,7 +29,6 @@ namespace OCP\Migration; * @since 9.1.0 */ interface IOutput { - /** * @param string $message * @return void diff --git a/lib/public/Migration/IRepairStep.php b/lib/public/Migration/IRepairStep.php index 74f0060b990..ec899c945f8 100644 --- a/lib/public/Migration/IRepairStep.php +++ b/lib/public/Migration/IRepairStep.php @@ -28,7 +28,6 @@ namespace OCP\Migration; * @since 9.1.0 */ interface IRepairStep { - /** * Returns the step's name * diff --git a/lib/public/Notification/AlreadyProcessedException.php b/lib/public/Notification/AlreadyProcessedException.php index 5b0e672d5a0..bc200eb71bd 100644 --- a/lib/public/Notification/AlreadyProcessedException.php +++ b/lib/public/Notification/AlreadyProcessedException.php @@ -29,7 +29,6 @@ namespace OCP\Notification; * @since 17.0.0 */ class AlreadyProcessedException extends \RuntimeException { - /** * @since 17.0.0 */ diff --git a/lib/public/Notification/IAction.php b/lib/public/Notification/IAction.php index 2499b66a1a9..bcd013f08bc 100644 --- a/lib/public/Notification/IAction.php +++ b/lib/public/Notification/IAction.php @@ -30,7 +30,6 @@ namespace OCP\Notification; * @since 9.0.0 */ interface IAction { - /** * @since 17.0.0 */ diff --git a/lib/public/Notification/IDismissableNotifier.php b/lib/public/Notification/IDismissableNotifier.php index 8c236875cca..c13e880a4a6 100644 --- a/lib/public/Notification/IDismissableNotifier.php +++ b/lib/public/Notification/IDismissableNotifier.php @@ -35,7 +35,6 @@ namespace OCP\Notification; * @since 18.0.0 */ interface IDismissableNotifier extends INotifier { - /** * @param INotification $notification * @throws \InvalidArgumentException In case the handler can't handle the notification diff --git a/lib/public/Notification/INotifier.php b/lib/public/Notification/INotifier.php index b8333cd368a..ba43cc04cf6 100644 --- a/lib/public/Notification/INotifier.php +++ b/lib/public/Notification/INotifier.php @@ -30,7 +30,6 @@ namespace OCP\Notification; * @since 9.0.0 */ interface INotifier { - /** * Identifier of the notifier, only use [a-z0-9_] * diff --git a/lib/public/OCS/IDiscoveryService.php b/lib/public/OCS/IDiscoveryService.php index b3f0a0e53f7..fa03a6b972c 100644 --- a/lib/public/OCS/IDiscoveryService.php +++ b/lib/public/OCS/IDiscoveryService.php @@ -35,7 +35,6 @@ namespace OCP\OCS; * @since 12.0.0 */ interface IDiscoveryService { - /** * Discover OCS end-points * diff --git a/lib/public/Profile/ILinkAction.php b/lib/public/Profile/ILinkAction.php index 67e69a73d9c..53bdd11361a 100644 --- a/lib/public/Profile/ILinkAction.php +++ b/lib/public/Profile/ILinkAction.php @@ -32,7 +32,6 @@ use OCP\IUser; * @since 23.0.0 */ interface ILinkAction { - /** * Preload the user specific value required by the action * diff --git a/lib/public/Profile/ParameterDoesNotExistException.php b/lib/public/Profile/ParameterDoesNotExistException.php index 543a8edc17a..6143aa26964 100644 --- a/lib/public/Profile/ParameterDoesNotExistException.php +++ b/lib/public/Profile/ParameterDoesNotExistException.php @@ -30,7 +30,6 @@ namespace OCP\Profile; * @since 23.0.0 */ class ParameterDoesNotExistException extends \Exception { - /** * @since 23.0.0 */ diff --git a/lib/public/RichObjectStrings/IValidator.php b/lib/public/RichObjectStrings/IValidator.php index 1dfd2a8d329..f465254eeab 100644 --- a/lib/public/RichObjectStrings/IValidator.php +++ b/lib/public/RichObjectStrings/IValidator.php @@ -29,7 +29,6 @@ namespace OCP\RichObjectStrings; * @since 11.0.0 */ interface IValidator { - /** * @param string $subject * @param array[] $parameters diff --git a/lib/public/Route/IRouter.php b/lib/public/Route/IRouter.php index 5b50cf8c3c8..9eff94193ab 100644 --- a/lib/public/Route/IRouter.php +++ b/lib/public/Route/IRouter.php @@ -32,7 +32,6 @@ namespace OCP\Route; * @deprecated 9.0.0 */ interface IRouter { - /** * Create a \OCP\Route\IRoute. * diff --git a/lib/public/SabrePluginEvent.php b/lib/public/SabrePluginEvent.php index c0dde301ff1..81131ff7113 100644 --- a/lib/public/SabrePluginEvent.php +++ b/lib/public/SabrePluginEvent.php @@ -32,7 +32,6 @@ use Sabre\DAV\Server; * @since 8.2.0 */ class SabrePluginEvent extends Event { - /** @var int */ protected $statusCode; diff --git a/lib/public/SabrePluginException.php b/lib/public/SabrePluginException.php index 8e322b1fa9b..85bd105f750 100644 --- a/lib/public/SabrePluginException.php +++ b/lib/public/SabrePluginException.php @@ -27,7 +27,6 @@ use Sabre\DAV\Exception; * @since 8.2.0 */ class SabrePluginException extends Exception { - /** * Returns the HTTP statuscode for this exception * diff --git a/lib/public/Search/IProvider.php b/lib/public/Search/IProvider.php index c94dfe7a4e4..61655c47367 100644 --- a/lib/public/Search/IProvider.php +++ b/lib/public/Search/IProvider.php @@ -40,7 +40,6 @@ use OCP\IUser; * @since 20.0.0 */ interface IProvider { - /** * Get the unique ID of this search provider * diff --git a/lib/public/Search/ISearchQuery.php b/lib/public/Search/ISearchQuery.php index 2f4f1038fe4..a545d1dbccb 100644 --- a/lib/public/Search/ISearchQuery.php +++ b/lib/public/Search/ISearchQuery.php @@ -38,7 +38,6 @@ namespace OCP\Search; * @since 20.0.0 */ interface ISearchQuery { - /** * @since 20.0.0 */ diff --git a/lib/public/Search/PagedProvider.php b/lib/public/Search/PagedProvider.php index 61f5dd457ee..8cbcc40da61 100644 --- a/lib/public/Search/PagedProvider.php +++ b/lib/public/Search/PagedProvider.php @@ -32,7 +32,6 @@ namespace OCP\Search; * @deprecated 20.0.0 */ abstract class PagedProvider extends Provider { - /** * show all results * @since 8.0.0 diff --git a/lib/public/Search/Provider.php b/lib/public/Search/Provider.php index 2cf0c4d043b..e709cb402eb 100644 --- a/lib/public/Search/Provider.php +++ b/lib/public/Search/Provider.php @@ -32,7 +32,6 @@ namespace OCP\Search; * @deprecated 20.0.0 */ abstract class Provider { - /** * @since 8.0.0 * @deprecated 20.0.0 diff --git a/lib/public/Search/Result.php b/lib/public/Search/Result.php index 86476ade721..e063413059f 100644 --- a/lib/public/Search/Result.php +++ b/lib/public/Search/Result.php @@ -31,7 +31,6 @@ namespace OCP\Search; * @deprecated 20.0.0 */ class Result { - /** * A unique identifier for the result, usually given as the item ID in its * corresponding application. diff --git a/lib/public/Search/SearchResult.php b/lib/public/Search/SearchResult.php index 5371b77ef0a..9ac8b28fb8b 100644 --- a/lib/public/Search/SearchResult.php +++ b/lib/public/Search/SearchResult.php @@ -33,7 +33,6 @@ use function array_values; * @since 20.0.0 */ final class SearchResult implements JsonSerializable { - /** @var string */ private $name; diff --git a/lib/public/Search/SearchResultEntry.php b/lib/public/Search/SearchResultEntry.php index 42c3a4cbdd7..86a3f08cfe6 100644 --- a/lib/public/Search/SearchResultEntry.php +++ b/lib/public/Search/SearchResultEntry.php @@ -44,7 +44,6 @@ use JsonSerializable; * @since 20.0.0 */ class SearchResultEntry implements JsonSerializable { - /** * @var string * @since 20.0.0 diff --git a/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php b/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php index 13aeab8bf44..2bbce0402a7 100644 --- a/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php +++ b/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php @@ -45,7 +45,6 @@ use OCP\EventDispatcher\Event; * @since 17.0.0 */ class AddContentSecurityPolicyEvent extends Event { - /** @var ContentSecurityPolicyManager */ private $policyManager; diff --git a/lib/public/Security/Events/GenerateSecurePasswordEvent.php b/lib/public/Security/Events/GenerateSecurePasswordEvent.php index 6897cb1ee91..a2d067f0e86 100644 --- a/lib/public/Security/Events/GenerateSecurePasswordEvent.php +++ b/lib/public/Security/Events/GenerateSecurePasswordEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class GenerateSecurePasswordEvent extends Event { - /** @var null|string */ private $password; diff --git a/lib/public/Security/Events/ValidatePasswordPolicyEvent.php b/lib/public/Security/Events/ValidatePasswordPolicyEvent.php index efe420d3cf2..7f577d75b60 100644 --- a/lib/public/Security/Events/ValidatePasswordPolicyEvent.php +++ b/lib/public/Security/Events/ValidatePasswordPolicyEvent.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class ValidatePasswordPolicyEvent extends Event { - /** @var string */ private $password; diff --git a/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php b/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php index a0478ad56fe..8d39b58a141 100644 --- a/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php +++ b/lib/public/Security/FeaturePolicy/AddFeaturePolicyEvent.php @@ -37,7 +37,6 @@ use OCP\EventDispatcher\Event; * @since 17.0.0 */ class AddFeaturePolicyEvent extends Event { - /** @var FeaturePolicyManager */ private $policyManager; diff --git a/lib/public/Security/ICredentialsManager.php b/lib/public/Security/ICredentialsManager.php index 7ac0d705a77..17b84a306f6 100644 --- a/lib/public/Security/ICredentialsManager.php +++ b/lib/public/Security/ICredentialsManager.php @@ -32,7 +32,6 @@ namespace OCP\Security; * @since 8.2.0 */ interface ICredentialsManager { - /** * Store a set of credentials * diff --git a/lib/public/Security/ICrypto.php b/lib/public/Security/ICrypto.php index 2ca501e62be..1ec2f60c4e8 100644 --- a/lib/public/Security/ICrypto.php +++ b/lib/public/Security/ICrypto.php @@ -37,7 +37,6 @@ namespace OCP\Security; * @since 8.0.0 */ interface ICrypto { - /** * @param string $message The message to authenticate * @param string $password Password to use (defaults to `secret` in config.php) diff --git a/lib/public/Security/IRemoteHostValidator.php b/lib/public/Security/IRemoteHostValidator.php index 99f149aee04..5cb25584dca 100644 --- a/lib/public/Security/IRemoteHostValidator.php +++ b/lib/public/Security/IRemoteHostValidator.php @@ -31,7 +31,6 @@ namespace OCP\Security; * @since 26.0.0 */ interface IRemoteHostValidator { - /** * Validate if a host may be connected to * diff --git a/lib/public/Security/ISecureRandom.php b/lib/public/Security/ISecureRandom.php index 250ecd25358..3634ebf99f7 100644 --- a/lib/public/Security/ISecureRandom.php +++ b/lib/public/Security/ISecureRandom.php @@ -39,7 +39,6 @@ namespace OCP\Security; * @since 8.0.0 */ interface ISecureRandom { - /** * Flags for characters that can be used for <code>generate($length, $characters)</code> */ diff --git a/lib/public/Security/VerificationToken/IVerificationToken.php b/lib/public/Security/VerificationToken/IVerificationToken.php index e1d9203ec3b..308b0d5c1a8 100644 --- a/lib/public/Security/VerificationToken/IVerificationToken.php +++ b/lib/public/Security/VerificationToken/IVerificationToken.php @@ -32,7 +32,6 @@ use OCP\IUser; * @since 23.0.0 */ interface IVerificationToken { - /** * Checks whether the a provided tokent matches a stored token and its * constraints. An InvalidTokenException is thrown on issues, otherwise diff --git a/lib/public/Security/VerificationToken/InvalidTokenException.php b/lib/public/Security/VerificationToken/InvalidTokenException.php index 5c8144c5c74..b8ef797c44e 100644 --- a/lib/public/Security/VerificationToken/InvalidTokenException.php +++ b/lib/public/Security/VerificationToken/InvalidTokenException.php @@ -28,7 +28,6 @@ namespace OCP\Security\VerificationToken; /** @since 23.0.0 */ class InvalidTokenException extends \Exception { - /** * @since 23.0.0 */ diff --git a/lib/public/Settings/ISettings.php b/lib/public/Settings/ISettings.php index be7e0b7bf82..43c7008a15e 100644 --- a/lib/public/Settings/ISettings.php +++ b/lib/public/Settings/ISettings.php @@ -30,7 +30,6 @@ use OCP\AppFramework\Http\TemplateResponse; * @since 9.1 */ interface ISettings { - /** * @return TemplateResponse returns the instance with all parameters set, ready to be rendered * @since 9.1 diff --git a/lib/public/Share.php b/lib/public/Share.php index cb6b145bcfb..9499cdb14b6 100644 --- a/lib/public/Share.php +++ b/lib/public/Share.php @@ -42,7 +42,6 @@ namespace OCP; * @deprecated 17.0.0 */ class Share extends \OC\Share\Constants { - /** * Get the item of item type shared with a given user by source * @param string $itemType @@ -99,7 +98,6 @@ class Share extends \OC\Share\Constants { */ public static function getItemsShared($itemType, $format = self::FORMAT_NONE, $parameters = null, $limit = -1, $includeCollections = false) { - // only used by AppVNCSafe app (https://github.com/vnc-biz/nextcloud-appvncsafe/issues/2) - only here to not break apps syntax } diff --git a/lib/public/Share/Events/ShareCreatedEvent.php b/lib/public/Share/Events/ShareCreatedEvent.php index 85de3a83040..52a0eb636f1 100644 --- a/lib/public/Share/Events/ShareCreatedEvent.php +++ b/lib/public/Share/Events/ShareCreatedEvent.php @@ -32,7 +32,6 @@ use OCP\Share\IShare; * @since 18.0.0 */ class ShareCreatedEvent extends Event { - /** @var IShare */ private $share; diff --git a/lib/public/Share/Events/ShareDeletedEvent.php b/lib/public/Share/Events/ShareDeletedEvent.php index 9a42088a8ff..b6544ba3b17 100644 --- a/lib/public/Share/Events/ShareDeletedEvent.php +++ b/lib/public/Share/Events/ShareDeletedEvent.php @@ -33,7 +33,6 @@ use OCP\Share\IShare; * @since 21.0.0 */ class ShareDeletedEvent extends Event { - /** @var IShare */ private $share; diff --git a/lib/public/Share/Events/VerifyMountPointEvent.php b/lib/public/Share/Events/VerifyMountPointEvent.php index c824eea4608..650f4ad2245 100644 --- a/lib/public/Share/Events/VerifyMountPointEvent.php +++ b/lib/public/Share/Events/VerifyMountPointEvent.php @@ -33,7 +33,6 @@ use OCP\Share\IShare; * @since 19.0.0 */ class VerifyMountPointEvent extends Event { - /** @var IShare */ private $share; /** @var View */ diff --git a/lib/public/Share/Exceptions/GenericShareException.php b/lib/public/Share/Exceptions/GenericShareException.php index 85c440e2387..496aae1406b 100644 --- a/lib/public/Share/Exceptions/GenericShareException.php +++ b/lib/public/Share/Exceptions/GenericShareException.php @@ -32,7 +32,6 @@ use OCP\HintException; * @since 9.0.0 */ class GenericShareException extends HintException { - /** * @param string $message * @param string $hint diff --git a/lib/public/Share/Exceptions/ShareNotFound.php b/lib/public/Share/Exceptions/ShareNotFound.php index 66827b4d179..7f73220e38d 100644 --- a/lib/public/Share/Exceptions/ShareNotFound.php +++ b/lib/public/Share/Exceptions/ShareNotFound.php @@ -27,7 +27,6 @@ namespace OCP\Share\Exceptions; * @since 9.0.0 */ class ShareNotFound extends GenericShareException { - /** * @param string $message * @param string $hint diff --git a/lib/public/Share/IAttributes.php b/lib/public/Share/IAttributes.php index 6e4cee08b12..75450e75757 100644 --- a/lib/public/Share/IAttributes.php +++ b/lib/public/Share/IAttributes.php @@ -27,7 +27,6 @@ namespace OCP\Share; * @since 25.0.0 */ interface IAttributes { - /** * Sets an attribute enabled/disabled. If the key did not exist before it will be created. * diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php index 82a92428b31..9ac224ed7ef 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.php @@ -46,7 +46,6 @@ use OCP\Share\Exceptions\ShareNotFound; * @since 9.0.0 */ interface IManager { - /** * Create a Share * diff --git a/lib/public/Share/IProviderFactory.php b/lib/public/Share/IProviderFactory.php index 71d95203007..4e7fbb2d191 100644 --- a/lib/public/Share/IProviderFactory.php +++ b/lib/public/Share/IProviderFactory.php @@ -31,7 +31,6 @@ use OC\Share20\Exception\ProviderException; * @since 9.0.0 */ interface IProviderFactory { - /** * @param string $id * @return IShareProvider diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index 5a825552e26..f8f75be4c41 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -43,7 +43,6 @@ use OCP\Share\Exceptions\IllegalIDChangeException; * @since 9.0.0 */ interface IShare { - /** * @since 17.0.0 */ diff --git a/lib/public/Share/IShareHelper.php b/lib/public/Share/IShareHelper.php index 8bb08de07d6..4d35010b333 100644 --- a/lib/public/Share/IShareHelper.php +++ b/lib/public/Share/IShareHelper.php @@ -31,7 +31,6 @@ use OCP\Files\Node; * @since 12 */ interface IShareHelper { - /** * @param Node $node * @return array [ users => [Mapping $uid => $pathForUser], remotes => [Mapping $cloudId => $pathToMountRoot]] diff --git a/lib/public/Share/IShareProvider.php b/lib/public/Share/IShareProvider.php index c549592d6f6..b6e0c4ba38b 100644 --- a/lib/public/Share/IShareProvider.php +++ b/lib/public/Share/IShareProvider.php @@ -36,7 +36,6 @@ use OCP\Share\Exceptions\ShareNotFound; * @since 9.0.0 */ interface IShareProvider { - /** * Return the identifier of this provider. * diff --git a/lib/public/Share_Backend.php b/lib/public/Share_Backend.php index 6b046df0feb..044ecf9aa28 100644 --- a/lib/public/Share_Backend.php +++ b/lib/public/Share_Backend.php @@ -33,7 +33,6 @@ namespace OCP; * @since 5.0.0 */ interface Share_Backend { - /** * Check if this $itemSource exist for the user * @param string $itemSource diff --git a/lib/public/Support/CrashReport/ICollectBreadcrumbs.php b/lib/public/Support/CrashReport/ICollectBreadcrumbs.php index 105f3272bd4..75797a2474a 100644 --- a/lib/public/Support/CrashReport/ICollectBreadcrumbs.php +++ b/lib/public/Support/CrashReport/ICollectBreadcrumbs.php @@ -29,7 +29,6 @@ namespace OCP\Support\CrashReport; * @since 15.0.0 */ interface ICollectBreadcrumbs extends IReporter { - /** * Collect breadcrumbs for crash reports * diff --git a/lib/public/Support/CrashReport/IMessageReporter.php b/lib/public/Support/CrashReport/IMessageReporter.php index e56710750b6..ff0564ae48e 100644 --- a/lib/public/Support/CrashReport/IMessageReporter.php +++ b/lib/public/Support/CrashReport/IMessageReporter.php @@ -29,7 +29,6 @@ namespace OCP\Support\CrashReport; * @since 17.0.0 */ interface IMessageReporter extends IReporter { - /** * Report a (error) message * diff --git a/lib/public/Support/CrashReport/IRegistry.php b/lib/public/Support/CrashReport/IRegistry.php index 35cf78920da..a80fffdc18a 100644 --- a/lib/public/Support/CrashReport/IRegistry.php +++ b/lib/public/Support/CrashReport/IRegistry.php @@ -34,7 +34,6 @@ use Throwable; * @deprecated used internally only */ interface IRegistry { - /** * Register a reporter instance * diff --git a/lib/public/Support/CrashReport/IReporter.php b/lib/public/Support/CrashReport/IReporter.php index ecbfa348d04..ada3221cfb5 100644 --- a/lib/public/Support/CrashReport/IReporter.php +++ b/lib/public/Support/CrashReport/IReporter.php @@ -32,7 +32,6 @@ use Throwable; * @since 13.0.0 */ interface IReporter { - /** * Report an (unhandled) exception * diff --git a/lib/public/Support/Subscription/IRegistry.php b/lib/public/Support/Subscription/IRegistry.php index 4a34cc91c5e..f2e6b3fc161 100644 --- a/lib/public/Support/Subscription/IRegistry.php +++ b/lib/public/Support/Subscription/IRegistry.php @@ -34,7 +34,6 @@ use OCP\Support\Subscription\Exception\AlreadyRegisteredException; * @since 17.0.0 */ interface IRegistry { - /** * Register a subscription instance. In case it is called multiple times an * exception is thrown diff --git a/lib/public/Support/Subscription/ISubscription.php b/lib/public/Support/Subscription/ISubscription.php index c602156b47c..b532e6aa03c 100644 --- a/lib/public/Support/Subscription/ISubscription.php +++ b/lib/public/Support/Subscription/ISubscription.php @@ -30,7 +30,6 @@ namespace OCP\Support\Subscription; * @since 17.0.0 */ interface ISubscription { - /** * Indicates if a valid subscription is available * diff --git a/lib/public/Support/Subscription/ISupportedApps.php b/lib/public/Support/Subscription/ISupportedApps.php index 121c2325a6e..2f9c8fa3ad9 100644 --- a/lib/public/Support/Subscription/ISupportedApps.php +++ b/lib/public/Support/Subscription/ISupportedApps.php @@ -29,7 +29,6 @@ namespace OCP\Support\Subscription; * @since 17.0.0 */ interface ISupportedApps extends ISubscription { - /** * Fetches the list of app IDs that are supported by the subscription * diff --git a/lib/public/SystemTag/ISystemTagManager.php b/lib/public/SystemTag/ISystemTagManager.php index 500d80ea278..9918e3a4f99 100644 --- a/lib/public/SystemTag/ISystemTagManager.php +++ b/lib/public/SystemTag/ISystemTagManager.php @@ -34,7 +34,6 @@ use OCP\IUser; * @since 9.0.0 */ interface ISystemTagManager { - /** * Returns the tag objects matching the given tag ids. * diff --git a/lib/public/SystemTag/ISystemTagManagerFactory.php b/lib/public/SystemTag/ISystemTagManagerFactory.php index f016585dfc9..2028128d6a0 100644 --- a/lib/public/SystemTag/ISystemTagManagerFactory.php +++ b/lib/public/SystemTag/ISystemTagManagerFactory.php @@ -35,7 +35,6 @@ use OCP\IServerContainer; * @since 9.0.0 */ interface ISystemTagManagerFactory { - /** * Constructor for the system tag manager factory * diff --git a/lib/public/SystemTag/ISystemTagObjectMapper.php b/lib/public/SystemTag/ISystemTagObjectMapper.php index 4d9cb24a2e8..07a542c6794 100644 --- a/lib/public/SystemTag/ISystemTagObjectMapper.php +++ b/lib/public/SystemTag/ISystemTagObjectMapper.php @@ -32,7 +32,6 @@ namespace OCP\SystemTag; * @since 9.0.0 */ interface ISystemTagObjectMapper { - /** * Get a list of tag ids for the given object ids. * diff --git a/lib/public/SystemTag/ManagerEvent.php b/lib/public/SystemTag/ManagerEvent.php index 738cd1c748d..704aecd4536 100644 --- a/lib/public/SystemTag/ManagerEvent.php +++ b/lib/public/SystemTag/ManagerEvent.php @@ -36,7 +36,6 @@ use OCP\EventDispatcher\Event; * @since 9.0.0 */ class ManagerEvent extends Event { - /** * @deprecated 22.0.0 */ diff --git a/lib/public/SystemTag/MapperEvent.php b/lib/public/SystemTag/MapperEvent.php index cf686fa5ff6..6aa0ea77000 100644 --- a/lib/public/SystemTag/MapperEvent.php +++ b/lib/public/SystemTag/MapperEvent.php @@ -35,7 +35,6 @@ use OCP\EventDispatcher\Event; * @since 9.0.0 */ class MapperEvent extends Event { - /** * @deprecated 22.0.0 */ diff --git a/lib/public/SystemTag/SystemTagsEntityEvent.php b/lib/public/SystemTag/SystemTagsEntityEvent.php index 5ef78c25728..4360d924c23 100644 --- a/lib/public/SystemTag/SystemTagsEntityEvent.php +++ b/lib/public/SystemTag/SystemTagsEntityEvent.php @@ -35,7 +35,6 @@ use OCP\EventDispatcher\Event; * @since 9.1.0 */ class SystemTagsEntityEvent extends Event { - /** * @deprecated 22.0.0 */ diff --git a/lib/public/SystemTag/TagNotFoundException.php b/lib/public/SystemTag/TagNotFoundException.php index 1e9ac3c7503..54e96856052 100644 --- a/lib/public/SystemTag/TagNotFoundException.php +++ b/lib/public/SystemTag/TagNotFoundException.php @@ -33,7 +33,6 @@ namespace OCP\SystemTag; * @since 9.0.0 */ class TagNotFoundException extends \RuntimeException { - /** @var string[] */ protected $tags; diff --git a/lib/public/Talk/IBroker.php b/lib/public/Talk/IBroker.php index 705c39d2c01..d3b6e1429e6 100644 --- a/lib/public/Talk/IBroker.php +++ b/lib/public/Talk/IBroker.php @@ -36,7 +36,6 @@ use OCP\Talk\Exceptions\NoBackendException; * @since 24.0.0 */ interface IBroker { - /** * Check if the Talk backend is available * diff --git a/lib/public/Talk/IConversation.php b/lib/public/Talk/IConversation.php index efa33c0b357..5137f1c5c79 100644 --- a/lib/public/Talk/IConversation.php +++ b/lib/public/Talk/IConversation.php @@ -29,7 +29,6 @@ namespace OCP\Talk; * @since 24.0.0 */ interface IConversation { - /** * Get the unique token that identifies this conversation * diff --git a/lib/public/Talk/IConversationOptions.php b/lib/public/Talk/IConversationOptions.php index 020a98cc405..c5396487f58 100644 --- a/lib/public/Talk/IConversationOptions.php +++ b/lib/public/Talk/IConversationOptions.php @@ -29,7 +29,6 @@ namespace OCP\Talk; * @since 24.0.0 */ interface IConversationOptions { - /** * Will the conversation be public? * diff --git a/lib/public/Talk/ITalkBackend.php b/lib/public/Talk/ITalkBackend.php index 605a15680d0..3ee995576a4 100644 --- a/lib/public/Talk/ITalkBackend.php +++ b/lib/public/Talk/ITalkBackend.php @@ -37,7 +37,6 @@ use OCP\IUser; * @since 24.0.0 */ interface ITalkBackend { - /** * @param string $name * @param IUser[] $moderators diff --git a/lib/public/User/Backend/ABackend.php b/lib/public/User/Backend/ABackend.php index dff705e0806..2b246dc0acf 100644 --- a/lib/public/User/Backend/ABackend.php +++ b/lib/public/User/Backend/ABackend.php @@ -34,7 +34,6 @@ use OCP\UserInterface; * @since 14.0.0 */ abstract class ABackend implements IUserBackend, UserInterface { - /** * @deprecated 14.0.0 * diff --git a/lib/public/User/Backend/ICreateUserBackend.php b/lib/public/User/Backend/ICreateUserBackend.php index a33cec58010..83b3cf9d64a 100644 --- a/lib/public/User/Backend/ICreateUserBackend.php +++ b/lib/public/User/Backend/ICreateUserBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 14.0.0 */ interface ICreateUserBackend { - /** * @since 14.0.0 * diff --git a/lib/public/User/Backend/IGetDisplayNameBackend.php b/lib/public/User/Backend/IGetDisplayNameBackend.php index 1c3ed287f37..3177f99f796 100644 --- a/lib/public/User/Backend/IGetDisplayNameBackend.php +++ b/lib/public/User/Backend/IGetDisplayNameBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 14.0.0 */ interface IGetDisplayNameBackend { - /** * @since 14.0.0 * diff --git a/lib/public/User/Backend/IGetHomeBackend.php b/lib/public/User/Backend/IGetHomeBackend.php index 45ef5b6b215..ca04ee76b3e 100644 --- a/lib/public/User/Backend/IGetHomeBackend.php +++ b/lib/public/User/Backend/IGetHomeBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 14.0.0 */ interface IGetHomeBackend { - /** * @since 14.0.0 * diff --git a/lib/public/User/Backend/IGetRealUIDBackend.php b/lib/public/User/Backend/IGetRealUIDBackend.php index 5d618b294d9..cd0208bbb76 100644 --- a/lib/public/User/Backend/IGetRealUIDBackend.php +++ b/lib/public/User/Backend/IGetRealUIDBackend.php @@ -30,7 +30,6 @@ namespace OCP\User\Backend; * @since 17.0.0 */ interface IGetRealUIDBackend { - /** * Some backends accept different UIDs than what is the internal UID to be used. * For example the database backend accepts different cased UIDs in all the functions diff --git a/lib/public/User/Backend/IPasswordConfirmationBackend.php b/lib/public/User/Backend/IPasswordConfirmationBackend.php index 3c6d14c3f1d..b43f0a0c717 100644 --- a/lib/public/User/Backend/IPasswordConfirmationBackend.php +++ b/lib/public/User/Backend/IPasswordConfirmationBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 15.0.0 */ interface IPasswordConfirmationBackend { - /** * @since 15.0.0 */ diff --git a/lib/public/User/Backend/IProvideAvatarBackend.php b/lib/public/User/Backend/IProvideAvatarBackend.php index fe4bb841f72..aa89e343896 100644 --- a/lib/public/User/Backend/IProvideAvatarBackend.php +++ b/lib/public/User/Backend/IProvideAvatarBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 14.0.0 */ interface IProvideAvatarBackend { - /** * @since 14.0.0 * diff --git a/lib/public/User/Backend/ISearchKnownUsersBackend.php b/lib/public/User/Backend/ISearchKnownUsersBackend.php index 60a147dc62c..ff4baf989a2 100644 --- a/lib/public/User/Backend/ISearchKnownUsersBackend.php +++ b/lib/public/User/Backend/ISearchKnownUsersBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 21.0.1 */ interface ISearchKnownUsersBackend { - /** * @param string $searcher * @param string $pattern diff --git a/lib/public/User/Backend/ISetDisplayNameBackend.php b/lib/public/User/Backend/ISetDisplayNameBackend.php index db62223ad52..bf0cf6c5429 100644 --- a/lib/public/User/Backend/ISetDisplayNameBackend.php +++ b/lib/public/User/Backend/ISetDisplayNameBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 14.0.0 */ interface ISetDisplayNameBackend { - /** * @since 14.0.0 * diff --git a/lib/public/User/Backend/ISetPasswordBackend.php b/lib/public/User/Backend/ISetPasswordBackend.php index 2ba992286ec..e848a07817d 100644 --- a/lib/public/User/Backend/ISetPasswordBackend.php +++ b/lib/public/User/Backend/ISetPasswordBackend.php @@ -29,7 +29,6 @@ namespace OCP\User\Backend; * @since 14.0.0 */ interface ISetPasswordBackend { - /** * @since 14.0.0 * diff --git a/lib/public/User/Events/BeforePasswordUpdatedEvent.php b/lib/public/User/Events/BeforePasswordUpdatedEvent.php index a35659eccf4..11eb5ad9dd0 100644 --- a/lib/public/User/Events/BeforePasswordUpdatedEvent.php +++ b/lib/public/User/Events/BeforePasswordUpdatedEvent.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 18.0.0 */ class BeforePasswordUpdatedEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/BeforeUserCreatedEvent.php b/lib/public/User/Events/BeforeUserCreatedEvent.php index 11575428839..67e9177b34d 100644 --- a/lib/public/User/Events/BeforeUserCreatedEvent.php +++ b/lib/public/User/Events/BeforeUserCreatedEvent.php @@ -34,7 +34,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class BeforeUserCreatedEvent extends Event { - /** @var string */ private $uid; diff --git a/lib/public/User/Events/BeforeUserDeletedEvent.php b/lib/public/User/Events/BeforeUserDeletedEvent.php index 511128b5d93..689222fdfb5 100644 --- a/lib/public/User/Events/BeforeUserDeletedEvent.php +++ b/lib/public/User/Events/BeforeUserDeletedEvent.php @@ -32,7 +32,6 @@ use OCP\IUser; * @since 18.0.0 */ class BeforeUserDeletedEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/BeforeUserLoggedInEvent.php b/lib/public/User/Events/BeforeUserLoggedInEvent.php index e39cd0f116d..a0818bff88f 100644 --- a/lib/public/User/Events/BeforeUserLoggedInEvent.php +++ b/lib/public/User/Events/BeforeUserLoggedInEvent.php @@ -32,7 +32,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class BeforeUserLoggedInEvent extends Event { - /** @var string */ private $username; diff --git a/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php b/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php index d86892c52ff..d8b4bfd4f57 100644 --- a/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php +++ b/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php @@ -34,7 +34,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ class BeforeUserLoggedInWithCookieEvent extends Event { - /** @var string */ private $username; diff --git a/lib/public/User/Events/BeforeUserLoggedOutEvent.php b/lib/public/User/Events/BeforeUserLoggedOutEvent.php index 88a365b0eb8..aa81801f474 100644 --- a/lib/public/User/Events/BeforeUserLoggedOutEvent.php +++ b/lib/public/User/Events/BeforeUserLoggedOutEvent.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 18.0.0 */ class BeforeUserLoggedOutEvent extends Event { - /** @var IUser|null */ private $user; diff --git a/lib/public/User/Events/PasswordUpdatedEvent.php b/lib/public/User/Events/PasswordUpdatedEvent.php index 335557835c7..41d510553b5 100644 --- a/lib/public/User/Events/PasswordUpdatedEvent.php +++ b/lib/public/User/Events/PasswordUpdatedEvent.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 18.0.0 */ class PasswordUpdatedEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/PostLoginEvent.php b/lib/public/User/Events/PostLoginEvent.php index e481b552e3b..173df33999f 100644 --- a/lib/public/User/Events/PostLoginEvent.php +++ b/lib/public/User/Events/PostLoginEvent.php @@ -34,7 +34,6 @@ use OCP\IUser; * @since 18.0.0 */ class PostLoginEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/UserCreatedEvent.php b/lib/public/User/Events/UserCreatedEvent.php index 958d93d56ff..7d343bfd5b8 100644 --- a/lib/public/User/Events/UserCreatedEvent.php +++ b/lib/public/User/Events/UserCreatedEvent.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 18.0.0 */ class UserCreatedEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/UserDeletedEvent.php b/lib/public/User/Events/UserDeletedEvent.php index 8db7d0f2c74..9b20062df66 100644 --- a/lib/public/User/Events/UserDeletedEvent.php +++ b/lib/public/User/Events/UserDeletedEvent.php @@ -32,7 +32,6 @@ use OCP\IUser; * @since 18.0.0 */ class UserDeletedEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/UserLiveStatusEvent.php b/lib/public/User/Events/UserLiveStatusEvent.php index 4bba71f95b9..d04c3b61e24 100644 --- a/lib/public/User/Events/UserLiveStatusEvent.php +++ b/lib/public/User/Events/UserLiveStatusEvent.php @@ -33,7 +33,6 @@ use OCP\UserStatus\IUserStatus; * @since 20.0.0 */ class UserLiveStatusEvent extends Event { - /** * @var string * @since 20.0.0 diff --git a/lib/public/User/Events/UserLoggedInEvent.php b/lib/public/User/Events/UserLoggedInEvent.php index b1a46b9570d..1b262729f8c 100644 --- a/lib/public/User/Events/UserLoggedInEvent.php +++ b/lib/public/User/Events/UserLoggedInEvent.php @@ -33,7 +33,6 @@ use OCP\IUser; * @since 18.0.0 */ class UserLoggedInEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/UserLoggedInWithCookieEvent.php b/lib/public/User/Events/UserLoggedInWithCookieEvent.php index 245c1f434f0..c8ea946a5fb 100644 --- a/lib/public/User/Events/UserLoggedInWithCookieEvent.php +++ b/lib/public/User/Events/UserLoggedInWithCookieEvent.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 18.0.0 */ class UserLoggedInWithCookieEvent extends Event { - /** @var IUser */ private $user; diff --git a/lib/public/User/Events/UserLoggedOutEvent.php b/lib/public/User/Events/UserLoggedOutEvent.php index 3e1472cc6ee..c1b97fec29c 100644 --- a/lib/public/User/Events/UserLoggedOutEvent.php +++ b/lib/public/User/Events/UserLoggedOutEvent.php @@ -35,7 +35,6 @@ use OCP\IUser; * @since 18.0.0 */ class UserLoggedOutEvent extends Event { - /** @var IUser|null */ private $user; diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php index c5fcc32276a..317bac1d44b 100644 --- a/lib/public/UserInterface.php +++ b/lib/public/UserInterface.php @@ -34,7 +34,6 @@ namespace OCP; * @since 4.5.0 */ interface UserInterface { - /** * Check if backend implements actions * @param int $actions bitwise-or'ed actions diff --git a/lib/public/UserMigration/IExportDestination.php b/lib/public/UserMigration/IExportDestination.php index 5cd313843cc..3da52c1abfd 100644 --- a/lib/public/UserMigration/IExportDestination.php +++ b/lib/public/UserMigration/IExportDestination.php @@ -32,7 +32,6 @@ use OCP\Files\Folder; * @since 24.0.0 */ interface IExportDestination { - /** * Adds a file to the export * diff --git a/lib/public/UserMigration/IMigrator.php b/lib/public/UserMigration/IMigrator.php index d02e5df0683..43e74743ecd 100644 --- a/lib/public/UserMigration/IMigrator.php +++ b/lib/public/UserMigration/IMigrator.php @@ -34,7 +34,6 @@ use Symfony\Component\Console\Output\OutputInterface; * @since 24.0.0 */ interface IMigrator { - /** * Export user data * diff --git a/lib/public/UserStatus/IManager.php b/lib/public/UserStatus/IManager.php index 354a1e19ee9..9cc8eaad8ee 100644 --- a/lib/public/UserStatus/IManager.php +++ b/lib/public/UserStatus/IManager.php @@ -35,7 +35,6 @@ namespace OCP\UserStatus; * @since 20.0.0 */ interface IManager { - /** * Gets the statuses for all users in $users * diff --git a/lib/public/UserStatus/IProvider.php b/lib/public/UserStatus/IProvider.php index 976ebbefeab..0bc31a1589d 100644 --- a/lib/public/UserStatus/IProvider.php +++ b/lib/public/UserStatus/IProvider.php @@ -31,7 +31,6 @@ namespace OCP\UserStatus; * @since 20.0.0 */ interface IProvider { - /** * Gets the statuses for all users in $users * diff --git a/lib/public/UserStatus/IUserStatus.php b/lib/public/UserStatus/IUserStatus.php index 8803b328ad5..74c54cc9da2 100644 --- a/lib/public/UserStatus/IUserStatus.php +++ b/lib/public/UserStatus/IUserStatus.php @@ -33,7 +33,6 @@ use DateTimeImmutable; * @since 20.0.0 */ interface IUserStatus { - /** * @var string * @since 20.0.0 diff --git a/lib/public/WorkflowEngine/EntityContext/IContextPortation.php b/lib/public/WorkflowEngine/EntityContext/IContextPortation.php index 079151d70b1..5137ff5424a 100644 --- a/lib/public/WorkflowEngine/EntityContext/IContextPortation.php +++ b/lib/public/WorkflowEngine/EntityContext/IContextPortation.php @@ -38,7 +38,6 @@ namespace OCP\WorkflowEngine\EntityContext; * @since 20.0.0 */ interface IContextPortation { - /** * All relevant context identifiers that are needed to restore the state * of an entity shall be returned with this method. The resulting array diff --git a/lib/public/WorkflowEngine/EntityContext/IDisplayText.php b/lib/public/WorkflowEngine/EntityContext/IDisplayText.php index c840bd56fb7..c5a30b7cdea 100644 --- a/lib/public/WorkflowEngine/EntityContext/IDisplayText.php +++ b/lib/public/WorkflowEngine/EntityContext/IDisplayText.php @@ -32,7 +32,6 @@ namespace OCP\WorkflowEngine\EntityContext; * @since 18.0.0 */ interface IDisplayText { - /** * returns translated text used for display to the end user. For instance, * it can describe the event in a human readable way. diff --git a/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php b/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php index 7f36dbbc1b4..956fce53330 100644 --- a/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php +++ b/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php @@ -33,7 +33,6 @@ use OCP\WorkflowEngine\IManager; * @since 18.0.0 */ class RegisterChecksEvent extends Event { - /** @var IManager */ private $manager; diff --git a/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php b/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php index 5fd87490ff9..b82ff943b11 100644 --- a/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php +++ b/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php @@ -33,7 +33,6 @@ use OCP\WorkflowEngine\IManager; * @since 18.0.0 */ class RegisterEntitiesEvent extends Event { - /** @var IManager */ private $manager; diff --git a/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php b/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php index a94f181139b..97cc870b976 100644 --- a/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php +++ b/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php @@ -33,7 +33,6 @@ use OCP\WorkflowEngine\IOperation; * @since 18.0.0 */ class RegisterOperationsEvent extends Event { - /** @var IManager */ private $manager; diff --git a/lib/public/WorkflowEngine/GenericEntityEvent.php b/lib/public/WorkflowEngine/GenericEntityEvent.php index 64aee909a0d..94a095cde57 100644 --- a/lib/public/WorkflowEngine/GenericEntityEvent.php +++ b/lib/public/WorkflowEngine/GenericEntityEvent.php @@ -34,7 +34,6 @@ namespace OCP\WorkflowEngine; * @since 18.0.0 */ class GenericEntityEvent implements IEntityEvent { - /** @var string */ private $displayName; /** @var string */ diff --git a/lib/public/WorkflowEngine/IComplexOperation.php b/lib/public/WorkflowEngine/IComplexOperation.php index f15580f0216..65b916e3fe0 100644 --- a/lib/public/WorkflowEngine/IComplexOperation.php +++ b/lib/public/WorkflowEngine/IComplexOperation.php @@ -41,7 +41,6 @@ namespace OCP\WorkflowEngine; * @since 18.0.0 */ interface IComplexOperation extends IOperation { - /** * As IComplexOperation chooses the triggering events itself, a hint has * to be shown to the user so make clear when this operation is becoming diff --git a/lib/public/WorkflowEngine/IEntity.php b/lib/public/WorkflowEngine/IEntity.php index 38da66384a0..124125b3c7e 100644 --- a/lib/public/WorkflowEngine/IEntity.php +++ b/lib/public/WorkflowEngine/IEntity.php @@ -39,7 +39,6 @@ use OCP\EventDispatcher\Event; * @since 18.0.0 */ interface IEntity { - /** * returns a translated name to be presented in the web interface. * diff --git a/lib/public/WorkflowEngine/ISpecificOperation.php b/lib/public/WorkflowEngine/ISpecificOperation.php index 9c031d9086b..9f35183df03 100644 --- a/lib/public/WorkflowEngine/ISpecificOperation.php +++ b/lib/public/WorkflowEngine/ISpecificOperation.php @@ -38,7 +38,6 @@ namespace OCP\WorkflowEngine; * @since 18.0.0 */ interface ISpecificOperation extends IOperation { - /** * returns the id of the entity the operator is designed for * |