From 4ba6f4839d40cea3360637b236eba9371fa390f2 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Wed, 23 Apr 2014 15:34:04 +0200 Subject: fixing typos and PHPDoc --- lib/private/connector/sabre/node.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/private/connector/sabre/node.php') 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) { -- cgit v1.2.3