From b334da55ed6813fbcf4e63257e4d26b7b1f2e563 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 1 Feb 2025 13:44:01 +0200 Subject: [PATCH] fix comment --- application/Espo/Services/ExternalAccount.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/application/Espo/Services/ExternalAccount.php b/application/Espo/Services/ExternalAccount.php index e43998125d..d369c399ba 100644 --- a/application/Espo/Services/ExternalAccount.php +++ b/application/Espo/Services/ExternalAccount.php @@ -81,7 +81,7 @@ class ExternalAccount extends Record implements Di\HookManagerAware /** * @return bool - * @todo In v9.0. Move to Tools. Fix all usages. + * @todo In v9.1. Move to Tools. Fix all usages. */ public function ping(string $integration, string $userId) { @@ -102,11 +102,10 @@ class ExternalAccount extends Record implements Di\HookManagerAware * @throws NotFound * @throws Error * @throws Exception - * @todo In v9.0. Return void. Move to Tools. Fix all usages. + * @todo In v9.1. Return void. Move to Tools. Fix all usages. */ public function authorizationCode(string $integration, string $userId, string $code) { - /** @noinspection PhpDeprecationInspection */ $entity = $this->getExternalAccountEntity($integration, $userId); if (!$entity) {