mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
Merge branch 'phpstan-level-2' into phpstan-level-2-in-addons
This commit is contained in:
commit
3406dbb29c
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