summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 11:22:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 11:22:08 +0200
commit06367d8b81407fc2948e0f666b38f4de2dffbd89 (patch)
treed5cfb74e70560f3abce5aeccf8994dcbe2829e24 /db/item.php
parent60c4dfbd9661b93bce14a6a429a3f23d19b5327c (diff)
style fixes
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/item.php b/db/item.php
index 08c01932f..a53c825ff 100644
--- a/db/item.php
+++ b/db/item.php
@@ -22,17 +22,12 @@ use \OCP\AppFramework\Db\Entity;
* @method string getGuidHash()
* @method void setGuidHash(string $value)
* @method string getGuid()
- * @method void setGuid(string $value)
* @method string getUrl()
- * @method void setUrl(string $value)
* @method string getTitle()
- * @method void setTitle(string $value)
* @method string getAuthor()
- * @method void setAuthor(string $value)
* @method integer getPubDate()
* @method void setPubDate(integer $value)
* @method string getBody()
- * @method void setBody(string $value)
* @method string getEnclosureMime()
* @method void setEnclosureMime(string $value)
* @method string getEnclosureLink()