From 27b9e28e202bc7094fb0df2b0539e92565073fef Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 26 Oct 2023 12:35:16 +0300 Subject: [PATCH] cs --- application/Espo/Core/Controllers/Record.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/Espo/Core/Controllers/Record.php b/application/Espo/Core/Controllers/Record.php index 007e375981..14c25716f9 100644 --- a/application/Espo/Core/Controllers/Record.php +++ b/application/Espo/Core/Controllers/Record.php @@ -48,6 +48,8 @@ class Record extends RecordBase * @throws BadRequest * @throws NotFound * @throws Forbidden + * @throws Error + * @noinspection PhpUnused */ public function getActionListLinked(Request $request): stdClass { @@ -167,6 +169,7 @@ class Record extends RecordBase * @throws BadRequest * @throws NotFoundSilent * @throws Forbidden + * @noinspection PhpUnused */ public function putActionFollow(Request $request): bool { @@ -186,6 +189,7 @@ class Record extends RecordBase * * @throws NotFoundSilent * @throws BadRequest + * @noinspection PhpUnused */ public function deleteActionUnfollow(Request $request): bool {