From c9dd7722c3198cd35ffed1bd0a1e09fc487d0cc7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 25 Jul 2023 14:27:40 +0300 Subject: [PATCH] fix phpdoc --- application/Espo/Core/Record/Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Record/Service.php b/application/Espo/Core/Record/Service.php index d329b1b2f4..769d3c3132 100644 --- a/application/Espo/Core/Record/Service.php +++ b/application/Espo/Core/Record/Service.php @@ -239,7 +239,7 @@ class Service implements Crud, * @param non-empty-string $id * @return TEntity * @throws NotFoundSilent If not found. - * @throws ForbiddenSilent If no read access. + * @throws Forbidden If no read access. */ public function read(string $id, ReadParams $params): Entity {