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/Share | |
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/Share')
-rw-r--r-- | lib/public/Share/Events/ShareCreatedEvent.php | 1 | ||||
-rw-r--r-- | lib/public/Share/Events/ShareDeletedEvent.php | 1 | ||||
-rw-r--r-- | lib/public/Share/Events/VerifyMountPointEvent.php | 1 | ||||
-rw-r--r-- | lib/public/Share/Exceptions/GenericShareException.php | 1 | ||||
-rw-r--r-- | lib/public/Share/Exceptions/ShareNotFound.php | 1 | ||||
-rw-r--r-- | lib/public/Share/IAttributes.php | 1 | ||||
-rw-r--r-- | lib/public/Share/IManager.php | 1 | ||||
-rw-r--r-- | lib/public/Share/IProviderFactory.php | 1 | ||||
-rw-r--r-- | lib/public/Share/IShare.php | 1 | ||||
-rw-r--r-- | lib/public/Share/IShareHelper.php | 1 | ||||
-rw-r--r-- | lib/public/Share/IShareProvider.php | 1 |
11 files changed, 0 insertions, 11 deletions
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. * |