[Pkg-owncloud-commits] [php-sabre-vobject] 99/341: s/deserializeXml/xmlDeserialize/
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:38 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 d8233defd6dfba42d79a1425a1e8dd157eb905fc
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Nov 25 08:54:31 2014 +0100
s/deserializeXml/xmlDeserialize/
See
https://github.com/fruux/sabre-xml/commit/53db96c61785bc77fee6034fb4655e6ee25ab2e8.
---
lib/Parser/XML/Element/KeyValue.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Parser/XML/Element/KeyValue.php b/lib/Parser/XML/Element/KeyValue.php
index 4be1e85..89b5679 100644
--- a/lib/Parser/XML/Element/KeyValue.php
+++ b/lib/Parser/XML/Element/KeyValue.php
@@ -36,7 +36,7 @@ class KeyValue extends SabreXML\Element\KeyValue {
* @param XML\Reader $reader
* @return mixed
*/
- static function deserializeXml(SabreXML\Reader $reader) {
+ static function xmlDeserialize(SabreXML\Reader $reader) {
// If there's no children, we don't do anything.
if ($reader->isEmptyElement) {
--
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