[Pkg-owncloud-commits] [php-sabre-vobject] 272/341: Unused variable.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:56 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 b6da6134e969be7974f4d426b6e7ef6ce317b0c6
Author: Evert Pot <me at evertpot.com>
Date: Tue May 26 09:55:31 2015 -0400
Unused variable.
---
lib/Parser/XML.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 752863b..59ce146 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -412,7 +412,7 @@ class XML extends Parser {
*/
static protected function getTagName($clarkedTagName) {
- list($namespace, $tagName) = SabreXml\Util::parseClarkNotation($clarkedTagName);
+ list(, $tagName) = SabreXml\Util::parseClarkNotation($clarkedTagName);
return $tagName;
}
--
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