Cleanup namespaces

This commit is contained in:
Philipp 2021-10-26 22:09:11 +02:00
parent b216317477
commit 58eea1adaa
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
23 changed files with 65 additions and 63 deletions

View file

@ -272,8 +272,8 @@ class BaseURL
}
/**
* @param \Friendica\Core\Config\Capability\IManageConfigValues $config The Friendica IConfiguration
* @param array $server The $_SERVER array
* @param IManageConfigValues $config The Friendica IConfiguration
* @param array $server The $_SERVER array
*/
public function __construct(IManageConfigValues $config, array $server)
{