diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-04-19 15:25:36 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-04-19 15:25:36 +0200 |
commit | 93237d87ec5fdb54191bf3a75bd6d85992de6f39 (patch) | |
tree | f46005f5af071a141c7f1136cdf7fd05d84a5439 /lib | |
parent | f260951825aae63c4295a7e39ea06d823f75bddd (diff) | |
download | nextcloud-server-93237d87ec5fdb54191bf3a75bd6d85992de6f39.tar.gz nextcloud-server-93237d87ec5fdb54191bf3a75bd6d85992de6f39.zip |
fix scrutinizer issues
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/appframework/db/entity.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/appframework/db/entity.php b/lib/public/appframework/db/entity.php index 6042cb98288..631bf85061e 100644 --- a/lib/public/appframework/db/entity.php +++ b/lib/public/appframework/db/entity.php @@ -24,6 +24,10 @@ namespace OCP\AppFramework\Db; +/** + * @method integer getId() + * @method void setId(integer $id) + */ abstract class Entity { public $id; |