[Pkg-owncloud-commits] [php-sabredav] 262/275: Whitespace.
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:56:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 5a2817ad5109154a617e9d69cab4d1c5afa2b99b
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Tue Sep 23 23:40:26 2014 +0100
Whitespace.
---
lib/DAV/IMoveTarget.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/DAV/IMoveTarget.php b/lib/DAV/IMoveTarget.php
index 3c821ef..8417d9c 100644
--- a/lib/DAV/IMoveTarget.php
+++ b/lib/DAV/IMoveTarget.php
@@ -27,17 +27,17 @@ interface IMoveTarget extends ICollection {
* 2. Remove the old resource.
* 3. Transfer any properties or other data.
*
- * Generally you should make very sure that your collection can easily move
+ * Generally you should make very sure that your collection can easily move
* the move.
*
- * If you don't, just return false, which will trigger sabre/dav to handle
- * the move itself. If you return true from this function, the assumption
- * is that the move was successful.
- *
+ * If you don't, just return false, which will trigger sabre/dav to handle
+ * the move itself. If you return true from this function, the assumption
+ * is that the move was successful.
+ *
* @param string $targetName New local file/collection name.
* @param string $sourcePath Full path to source node
* @param INode $sourceNode Source node itself
- * @return bool
+ * @return bool
*/
function moveInto($targetName, $sourcePath, INode $sourceNode);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list