mirror of
https://github.com/friendica/friendica
synced 2025-05-01 13:44:24 +02:00
Cleanup namespaces
This commit is contained in:
parent
b216317477
commit
58eea1adaa
23 changed files with 65 additions and 63 deletions
|
@ -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 = [])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue