summaryrefslogtreecommitdiffstats
path: root/lib/public/Federation
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Federation')
-rw-r--r--lib/public/Federation/Exceptions/ActionNotSupportedException.php1
-rw-r--r--lib/public/Federation/Exceptions/AuthenticationFailedException.php1
-rw-r--r--lib/public/Federation/Exceptions/BadRequestException.php1
-rw-r--r--lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php1
-rw-r--r--lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php1
-rw-r--r--lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php1
-rw-r--r--lib/public/Federation/ICloudFederationFactory.php1
-rw-r--r--lib/public/Federation/ICloudFederationNotification.php1
-rw-r--r--lib/public/Federation/ICloudFederationProvider.php1
-rw-r--r--lib/public/Federation/ICloudFederationProviderManager.php1
-rw-r--r--lib/public/Federation/ICloudFederationShare.php1
11 files changed, 0 insertions, 11 deletions
diff --git a/lib/public/Federation/Exceptions/ActionNotSupportedException.php b/lib/public/Federation/Exceptions/ActionNotSupportedException.php
index 169bf6afc25..48868a40a88 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 36851c4610e..d241906b8f0 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 c0ff5ab6892..7e503c08c96 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 9a3f616c559..4e19576f511 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 f7abe030678..813d38dfca3 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 771815d7706..51df1a808bd 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 c43bd984cea..bbe9de28320 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 0b78ff4da23..1703e518bb3 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 41ed440529c..549883bbc11 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
*/