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

@ -54,8 +54,8 @@ class FilesystemConfig implements IStorageConfiguration
/**
* Filesystem constructor.
*
* @param \Friendica\Core\Config\Capability\IManageConfigValues $config
* @param L10n $l10n
* @param IManageConfigValues $config
* @param L10n $l10n
*/
public function __construct(IManageConfigValues $config, L10n $l10n)
{

View file

@ -52,10 +52,10 @@ class Cookie
private $data;
/**
* @param \Friendica\Core\Config\Capability\IManageConfigValues $config
* @param App\BaseURL $baseURL
* @param array $SERVER The $_SERVER array
* @param array $COOKIE The $_COOKIE array
* @param IManageConfigValues $config
* @param App\BaseURL $baseURL
* @param array $SERVER The $_SERVER array
* @param array $COOKIE The $_COOKIE array
*/
public function __construct(IManageConfigValues $config, App\BaseURL $baseURL, array $SERVER = [], array $COOKIE = [])
{