mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Cleanup namespaces
This commit is contained in:
parent
b216317477
commit
58eea1adaa
23 changed files with 65 additions and 63 deletions
|
@ -51,9 +51,9 @@ class Introduction extends BaseFactory
|
|||
private $baseUrl;
|
||||
/** @var L10n */
|
||||
private $l10n;
|
||||
/** @var \Friendica\Core\PConfig\Capability\IManagePersonalConfigValues */
|
||||
/** @var IManagePersonalConfigValues */
|
||||
private $pConfig;
|
||||
/** @var \Friendica\Core\Session\Capability\IHandleSessions */
|
||||
/** @var IHandleSessions */
|
||||
private $session;
|
||||
/** @var string */
|
||||
private $nick;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue