Fix errors from #14578

This commit is contained in:
Art4 2024-12-09 22:45:47 +00:00
parent 535baaebcf
commit 4c80eb98e5
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ abstract class DI
}
/**
* @return AtProtocol\Arguments
* @return ATProtocol\Actor
*/
public static function atpActor()
{

View file

@ -51,7 +51,7 @@ final class ATProtocol
/** @var \Friendica\Core\Config\Capability\IManageConfigValues */
private $config;
/** @var IManagePersonalConfigValue */
/** @var IManagePersonalConfigValues */
private $pConfig;
/** @var ICanSendHttpRequests */