summaryrefslogtreecommitdiffstats
path: root/service/service.php
diff options
context:
space:
mode:
Diffstat (limited to 'service/service.php')
-rw-r--r--service/service.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/service.php b/service/service.php
index cecd33687..c4edbb9bc 100644
--- a/service/service.php
+++ b/service/service.php
@@ -47,7 +47,7 @@ abstract class Service {
* @param string $userId the name of the user for security reasons
* @throws ServiceNotFoundException if the entity does not exist, or there
* are more than one of it
- * @return Entity the entity
+ * @return \OCP\AppFramework\Db\Entity the entity
*/
public function find($id, $userId){
try {