diff options
Diffstat (limited to 'lib/public/Federation')
11 files changed, 0 insertions, 11 deletions
diff --git a/lib/public/Federation/Exceptions/ActionNotSupportedException.php b/lib/public/Federation/Exceptions/ActionNotSupportedException.php index a2d5b78ddb0..df54ce22f97 100644 --- a/lib/public/Federation/Exceptions/ActionNotSupportedException.php +++ b/lib/public/Federation/Exceptions/ActionNotSupportedException.php @@ -28,7 +28,6 @@ use OC\HintException; /** * Class ActionNotSupportedException * - * @package OCP\Federation\Exceptions * * @since 14.0.0 */ diff --git a/lib/public/Federation/Exceptions/AuthenticationFailedException.php b/lib/public/Federation/Exceptions/AuthenticationFailedException.php index 9a0a408bee9..5ddac52c130 100644 --- a/lib/public/Federation/Exceptions/AuthenticationFailedException.php +++ b/lib/public/Federation/Exceptions/AuthenticationFailedException.php @@ -28,7 +28,6 @@ use OC\HintException; /** * Class AuthenticationFailedException * - * @package OCP\Federation\Exceptions * * @since 14.0.0 */ diff --git a/lib/public/Federation/Exceptions/BadRequestException.php b/lib/public/Federation/Exceptions/BadRequestException.php index 4b373bba9f7..9f130aafba7 100644 --- a/lib/public/Federation/Exceptions/BadRequestException.php +++ b/lib/public/Federation/Exceptions/BadRequestException.php @@ -28,7 +28,6 @@ use OC\HintException; /** * Class BadRequestException * - * @package OCP\Federation\Exceptions * * @since 14.0.0 */ diff --git a/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php b/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php index 8968371cd74..e7e1d859db0 100644 --- a/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php +++ b/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php @@ -30,7 +30,6 @@ use OC\HintException; /** * Class ProviderAlreadyExistsException * - * @package OCP\Federation\Exceptions * * @since 14.0.0 */ diff --git a/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php b/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php index 50827ea09ad..a7d9b403175 100644 --- a/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php +++ b/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php @@ -29,7 +29,6 @@ use OCP\AppFramework\Http; /** * Class ProviderCouldNotAddShareException * - * @package OCP\Federation\Exceptions * * @since 14.0.0 */ diff --git a/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php b/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php index 30c591d31bf..2f3471f981b 100644 --- a/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php +++ b/lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php @@ -28,7 +28,6 @@ use OC\HintException; /** * Class ProviderDoesNotExistsException * - * @package OCP\Federation\Exceptions * * @since 14.0.0 */ diff --git a/lib/public/Federation/ICloudFederationFactory.php b/lib/public/Federation/ICloudFederationFactory.php index 4c2a874743b..13c2d4cf479 100644 --- a/lib/public/Federation/ICloudFederationFactory.php +++ b/lib/public/Federation/ICloudFederationFactory.php @@ -26,7 +26,6 @@ namespace OCP\Federation; /** * Interface ICloudFederationFactory * - * @package OCP\Federation * * @since 14.0.0 */ diff --git a/lib/public/Federation/ICloudFederationNotification.php b/lib/public/Federation/ICloudFederationNotification.php index 00dddde10f2..79712ccc7db 100644 --- a/lib/public/Federation/ICloudFederationNotification.php +++ b/lib/public/Federation/ICloudFederationNotification.php @@ -26,7 +26,6 @@ namespace OCP\Federation; /** * Interface ICloudFederationNotification * - * @package OCP\Federation * * @since 14.0.0 */ diff --git a/lib/public/Federation/ICloudFederationProvider.php b/lib/public/Federation/ICloudFederationProvider.php index f0bc305b160..f53dff23efd 100644 --- a/lib/public/Federation/ICloudFederationProvider.php +++ b/lib/public/Federation/ICloudFederationProvider.php @@ -37,7 +37,6 @@ use OCP\Share\Exceptions\ShareNotFound; * * @since 14.0.0 * - * @package OCP\Federation */ interface ICloudFederationProvider { diff --git a/lib/public/Federation/ICloudFederationProviderManager.php b/lib/public/Federation/ICloudFederationProviderManager.php index f29679ff7c0..133683984b8 100644 --- a/lib/public/Federation/ICloudFederationProviderManager.php +++ b/lib/public/Federation/ICloudFederationProviderManager.php @@ -31,7 +31,6 @@ namespace OCP\Federation; * * @since 14.0.0 * - * @package OCP\Federation */ interface ICloudFederationProviderManager { diff --git a/lib/public/Federation/ICloudFederationShare.php b/lib/public/Federation/ICloudFederationShare.php index ec5247f8eb4..dd8c3258668 100644 --- a/lib/public/Federation/ICloudFederationShare.php +++ b/lib/public/Federation/ICloudFederationShare.php @@ -26,7 +26,6 @@ namespace OCP\Federation; /** * Interface ICloudFederationShare * - * @package OCP\Federation * * @since 14.0.0 */ |