aboutsummaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre/node.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-01-16 09:25:57 -0800
committerBart Visscher <bartv@thisnet.nl>2013-01-16 09:25:57 -0800
commit1d57a2e2a9d5e392bb1061479543cd1dec860c4b (patch)
treec0a4b2c32975ec45c5d7ec371f1a4dfcb7caab0b /lib/connector/sabre/node.php
parentcb0fd30458c29db7667582b7c182b4d530366634 (diff)
parent5bfe4adbaa9c402db5bd0d0f74fd9ad7bb037129 (diff)
downloadnextcloud-server-1d57a2e2a9d5e392bb1061479543cd1dec860c4b.tar.gz
nextcloud-server-1d57a2e2a9d5e392bb1061479543cd1dec860c4b.zip
Merge pull request #1180 from owncloud/whitespace-cleanup
Whitespace cleanup
Diffstat (limited to 'lib/connector/sabre/node.php')
-rw-r--r--lib/connector/sabre/node.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/connector/sabre/node.php b/lib/connector/sabre/node.php
index 52350072fb2..026ec9f7ec5 100644
--- a/lib/connector/sabre/node.php
+++ b/lib/connector/sabre/node.php
@@ -176,9 +176,9 @@ abstract class OC_Connector_Sabre_Node implements Sabre_DAV_INode, Sabre_DAV_IPr
* @brief Returns a list of properties for this nodes.;
* @param array $properties
* @return array
- * @note The properties list is a list of propertynames the client
- * requested, encoded as xmlnamespace#tagName, for example:
- * http://www.example.org/namespace#author If the array is empty, all
+ * @note The properties list is a list of propertynames the client
+ * requested, encoded as xmlnamespace#tagName, for example:
+ * http://www.example.org/namespace#author If the array is empty, all
* properties should be returned
*/
public function getProperties($properties) {