[Pkg-owncloud-commits] [php-sabredav] 65/163: Fixed docblock types
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:54:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit a9797fb6839b2819de585171d5511d79898e79b4
Author: Markus Staab <markus.staab at redaxo.de>
Date: Sun Apr 13 19:28:56 2014 +0200
Fixed docblock types
---
lib/Sabre/DAV/SimpleCollection.php | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/lib/Sabre/DAV/SimpleCollection.php b/lib/Sabre/DAV/SimpleCollection.php
index 1bdb166..bf9f32c 100644
--- a/lib/Sabre/DAV/SimpleCollection.php
+++ b/lib/Sabre/DAV/SimpleCollection.php
@@ -17,7 +17,7 @@ class SimpleCollection extends Collection {
/**
* List of childnodes
*
- * @var array
+ * @var INode[]
*/
protected $children = array();
@@ -35,7 +35,7 @@ class SimpleCollection extends Collection {
* This nodes must be instances of INode
*
* @param string $name
- * @param array $children
+ * @param INode[] $children
*/
public function __construct($name,array $children = array()) {
@@ -95,7 +95,7 @@ class SimpleCollection extends Collection {
/**
* Returns a list of children for this collection
*
- * @return array
+ * @return INode[]
*/
public function getChildren() {
@@ -105,4 +105,3 @@ class SimpleCollection extends Collection {
}
-
--
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