[Pkg-owncloud-commits] [php-sabre-vobject] 87/341: !xml Remove useless `use`.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:37 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 765e6c309a104b7d2d6192c9417945ff3f96a2c6
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Nov 24 15:26:10 2014 +0100
!xml Remove useless `use`.
---
lib/Parser/XML.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index f992f4e..9339a2d 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -5,9 +5,7 @@ namespace Sabre\VObject\Parser;
use
Sabre\VObject\Component\VCalendar,
Sabre\VObject\Component\VCard,
- Sabre\VObject\EofException,
- Sabre\XML as SabreXML,
- DateTime;
+ Sabre\XML as SabreXML;
/**
* XML Parser.
--
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