mirror of
https://github.com/friendica/friendica
synced 2024-12-22 13:20:15 +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()
|
||||
{
|
||||
|
|
|
@ -51,7 +51,7 @@ final class ATProtocol
|
|||
/** @var \Friendica\Core\Config\Capability\IManageConfigValues */
|
||||
private $config;
|
||||
|
||||
/** @var IManagePersonalConfigValue */
|
||||
/** @var IManagePersonalConfigValues */
|
||||
private $pConfig;
|
||||
|
||||
/** @var ICanSendHttpRequests */
|
||||
|
|
Loading…
Reference in a new issue