[Pkg-owncloud-commits] [php-sabre-vobject] 32/341: Fix a typo in the API documentation.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 30ad11952c314e828c388435ae6d3bef3c9f66e6
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Nov 17 14:44:07 2014 +0100
Fix a typo in the API documentation.
---
lib/Property.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/Property.php b/lib/Property.php
index 038fa96..c776243 100644
--- a/lib/Property.php
+++ b/lib/Property.php
@@ -157,7 +157,7 @@ abstract class Property extends Node {
}
/**
- * Adds a new parameter, and returns the new item.
+ * Adds a new parameter.
*
* If a parameter with same name already existed, the values will be
* combined.
@@ -165,7 +165,6 @@ abstract class Property extends Node {
*
* @param string $name
* @param string|null|array $value
- * @return Node
*/
function add($name, $value = null) {
$noName = false;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list