summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/db/EntityTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-20 02:55:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-20 02:55:59 +0200
commit309aa3bcd253d5584ff4b514874ef51a6623a621 (patch)
tree95ca68490d52db6dfb185b071122658fdc46d248 /tests/lib/appframework/db/EntityTest.php
parent886c5177e7a8657b911344734bdd1c330bd18bc5 (diff)
downloadnextcloud-server-309aa3bcd253d5584ff4b514874ef51a6623a621.tar.gz
nextcloud-server-309aa3bcd253d5584ff4b514874ef51a6623a621.zip
fix phpdoc for entities
Diffstat (limited to 'tests/lib/appframework/db/EntityTest.php')
-rw-r--r--tests/lib/appframework/db/EntityTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/lib/appframework/db/EntityTest.php b/tests/lib/appframework/db/EntityTest.php
index 346a74c732c..f674f435e09 100644
--- a/tests/lib/appframework/db/EntityTest.php
+++ b/tests/lib/appframework/db/EntityTest.php
@@ -31,10 +31,8 @@ namespace OCP\AppFramework\Db;
* @method void setTestId(integer $id)
* @method string getName()
* @method void setName(string $name)
- * @method string getName()
- * @method void setEmail(string $email)
* @method string getEmail()
- * @method void setEmailName(string $email)
+ * @method void setEmail(string $email)
* @method string getPreName()
* @method void setPreName(string $preName)
*/