mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:00:16 +00:00
Fix errors from #14578
This commit is contained in:
parent
535baaebcf
commit
4c80eb98e5
2 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ abstract class DI
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return AtProtocol\Arguments
|
* @return ATProtocol\Actor
|
||||||
*/
|
*/
|
||||||
public static function atpActor()
|
public static function atpActor()
|
||||||
{
|
{
|
||||||
|
|
|
@ -51,7 +51,7 @@ final class ATProtocol
|
||||||
/** @var \Friendica\Core\Config\Capability\IManageConfigValues */
|
/** @var \Friendica\Core\Config\Capability\IManageConfigValues */
|
||||||
private $config;
|
private $config;
|
||||||
|
|
||||||
/** @var IManagePersonalConfigValue */
|
/** @var IManagePersonalConfigValues */
|
||||||
private $pConfig;
|
private $pConfig;
|
||||||
|
|
||||||
/** @var ICanSendHttpRequests */
|
/** @var ICanSendHttpRequests */
|
||||||
|
|
Loading…
Reference in a new issue