summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-14 12:36:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-14 12:37:05 +0100
commitfcb5ed5d59ec12e448450d39c6c88b4cfe8aa885 (patch)
treea984cfb7b3256d343b5845beedd08a62afb37c02 /db
parent2d7a08185beb5618128e2080c78f6e75fdc7ff7b (diff)
correct phpdoc
Diffstat (limited to 'db')
-rw-r--r--db/item.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/item.php b/db/item.php
index d5fa83286..af76002ff 100644
--- a/db/item.php
+++ b/db/item.php
@@ -19,6 +19,8 @@ use \OCP\AppFramework\Db\Entity;
/**
* @method integer getId()
* @method void setId(integer $value)
+ * @method string getGuid()
+ * @method void setGuid(string $value)
* @method string getGuidHash()
* @method void setGuidHash(string $value)
* @method string getGuid()