summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
commitc10358a0f69789306d65daf23f79a07c271268e2 (patch)
tree19546f5a2a12f720074a53b6fde441d28170b1c7 /vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php
parentbf7ff10a5114c0517cd7082ee95ccecb0c7f807d (diff)
update picofeed & version bump
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php b/vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php
index 8464e9cac..05b0387dc 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php
@@ -3,11 +3,10 @@
namespace PicoFeed\Parser;
/**
- * MalformedXmlException Exception
+ * MalformedXmlException Exception.
*
* @author Frederic Guillot
- * @package Parser
*/
class MalformedXmlException extends ParserException
{
-} \ No newline at end of file
+}