summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre/node.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-23 15:34:04 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-23 15:36:01 +0200
commit4ba6f4839d40cea3360637b236eba9371fa390f2 (patch)
treeb4cf9423e31c6ef952c0bf85555d51669ab9daf6 /lib/private/connector/sabre/node.php
parente77d89fc4b8801ff426f3759438cae548d3efcc4 (diff)
downloadnextcloud-server-4ba6f4839d40cea3360637b236eba9371fa390f2.tar.gz
nextcloud-server-4ba6f4839d40cea3360637b236eba9371fa390f2.zip
fixing typos and PHPDoc
Diffstat (limited to 'lib/private/connector/sabre/node.php')
-rw-r--r--lib/private/connector/sabre/node.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/connector/sabre/node.php b/lib/private/connector/sabre/node.php
index 55e626c4c85..eede39cba8b 100644
--- a/lib/private/connector/sabre/node.php
+++ b/lib/private/connector/sabre/node.php
@@ -81,6 +81,8 @@ abstract class OC_Connector_Sabre_Node implements Sabre_DAV_INode, Sabre_DAV_IPr
/**
* @brief Renames the node
* @param string $name The new name
+ * @throws Sabre_DAV_Exception_BadRequest
+ * @throws Sabre_DAV_Exception_Forbidden
*/
public function setName($name) {
@@ -138,6 +140,7 @@ abstract class OC_Connector_Sabre_Node implements Sabre_DAV_INode, Sabre_DAV_IPr
/**
* @brief Updates properties on this node,
* @see Sabre_DAV_IProperties::updateProperties
+ * @param array $properties
* @return boolean
*/
public function updateProperties($properties) {