summaryrefslogtreecommitdiffstats
path: root/3rdparty/Sabre/DAV/SimpleCollection.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/Sabre/DAV/SimpleCollection.php')
-rwxr-xr-x3rdparty/Sabre/DAV/SimpleCollection.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/3rdparty/Sabre/DAV/SimpleCollection.php b/3rdparty/Sabre/DAV/SimpleCollection.php
index 79e2eaaacd4..4acf971caa5 100755
--- a/3rdparty/Sabre/DAV/SimpleCollection.php
+++ b/3rdparty/Sabre/DAV/SimpleCollection.php
@@ -31,7 +31,7 @@ class Sabre_DAV_SimpleCollection extends Sabre_DAV_Collection {
/**
* Creates this node
*
- * The name of the node must be passed, child nodes can also be passed.
+ * The name of the node must be passed, child nodes can also be bassed.
* This nodes must be instances of Sabre_DAV_INode
*
* @param string $name
@@ -78,9 +78,6 @@ class Sabre_DAV_SimpleCollection extends Sabre_DAV_Collection {
* This method makes use of the getChildren method to grab all the child nodes, and compares the name.
* Generally its wise to override this, as this can usually be optimized
*
- * This method must throw Sabre_DAV_Exception_NotFound if the node does not
- * exist.
- *
* @param string $name
* @throws Sabre_DAV_Exception_NotFound
* @return Sabre_DAV_INode