Merge branch 'phpstan-level-2' into phpstan-level-2-in-addons

This commit is contained in:
Art4 2024-12-09 22:46:11 +00:00
commit 3406dbb29c
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 */