From cd10f93e0d271840caff92b88195385a2a3f15b2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 26 Jun 2014 11:33:44 +0200 Subject: style fixes --- service/service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/service.php') 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 { -- cgit v1.2.3