From 4c80eb98e54d179cc7cf37a716eee3f0a3137710 Mon Sep 17 00:00:00 2001 From: Art4 Date: Mon, 9 Dec 2024 22:45:47 +0000 Subject: [PATCH] Fix errors from #14578 --- src/DI.php | 2 +- src/Protocol/ATProtocol.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DI.php b/src/DI.php index aacd9cddd4..de80da34d3 100644 --- a/src/DI.php +++ b/src/DI.php @@ -164,7 +164,7 @@ abstract class DI } /** - * @return AtProtocol\Arguments + * @return ATProtocol\Actor */ public static function atpActor() { diff --git a/src/Protocol/ATProtocol.php b/src/Protocol/ATProtocol.php index 139453224f..8677b3a92e 100644 --- a/src/Protocol/ATProtocol.php +++ b/src/Protocol/ATProtocol.php @@ -51,7 +51,7 @@ final class ATProtocol /** @var \Friendica\Core\Config\Capability\IManageConfigValues */ private $config; - /** @var IManagePersonalConfigValue */ + /** @var IManagePersonalConfigValues */ private $pConfig; /** @var ICanSendHttpRequests */