summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 11:44:09 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 11:44:09 +0100
commitb9e330109b58fac55c3728dd3c543552fcabd353 (patch)
tree93d386ca453b4b90f517018eb63a4b64df22e8ba /vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php
parente5d18a22c3c15acf61f97da4965a551b83df05cb (diff)
update picofeed to 0.1.0
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php b/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php
index 3b4557dad..cbd35f2cf 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Writer.php
@@ -9,7 +9,6 @@ use RuntimeException;
*
* @author Frederic Guillot
* @package Syndication
- * @property string $description Feed description
*/
abstract class Writer
{
@@ -62,6 +61,14 @@ abstract class Writer
public $title = '';
/**
+ * Feed description
+ *
+ * @access public
+ * @var string
+ */
+ public $description = '';
+
+ /**
* Feed modification date (timestamp)
*
* @access public