[Pkg-owncloud-commits] [php-sabredav] 10/220: Removing extra whitespace.
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 1af4e73121575c08182d558af5f0b82c4115b80c
Author: Evert Pot <me at evertpot.com>
Date: Tue Jul 28 18:42:44 2015 -0400
Removing extra whitespace.
---
lib/DAV/Sharing/Plugin.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/lib/DAV/Sharing/Plugin.php b/lib/DAV/Sharing/Plugin.php
index a15725e..9570b3a 100644
--- a/lib/DAV/Sharing/Plugin.php
+++ b/lib/DAV/Sharing/Plugin.php
@@ -15,9 +15,9 @@ use Sabre\HTTP\ResponseInterface;
* draft-pot-webdav-resource-sharing-02
*
* This specification allows people to share webdav resources with others.
- *
+ *
* @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
- * @author Evert Pot (http://evertpot.com/)
+ * @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class Plugin extends ServerPlugin {
@@ -117,7 +117,7 @@ class Plugin extends ServerPlugin {
throw new BadRequest('Unexpected document type: ' . $documentType . ' for this Content-Type');
}
-
+
}
/**
@@ -136,10 +136,10 @@ class Plugin extends ServerPlugin {
*
* Every element in the remove array is just the url of the sharee that's
* to be removed.
- *
- * @param string $path
- * @param array $set
- * @param array $remove
+ *
+ * @param string $path
+ * @param array $set
+ * @param array $remove
* @return void
*/
function shareResource($path, $set, $remove) {
@@ -150,7 +150,7 @@ class Plugin extends ServerPlugin {
// If the target node is not found, we stop executing.
return;
}
-
+
if (!$node instanceof IShareableNode) {
throw new Forbidden('Sharing is not allowed on this node');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list