mirror of
https://github.com/friendica/friendica
synced 2025-04-23 11:50:12 +00:00
Cleanup namespaces
This commit is contained in:
parent
b216317477
commit
58eea1adaa
23 changed files with 65 additions and 63 deletions
|
@ -36,7 +36,7 @@ abstract class ConfigTest extends MockedTest
|
|||
/** @var \Friendica\Core\Config\ValueObject\Cache */
|
||||
protected $configCache;
|
||||
|
||||
/** @var \Friendica\Core\Config\Capability\IManageConfigValues */
|
||||
/** @var IManageConfigValues */
|
||||
protected $testedConfig;
|
||||
|
||||
/**
|
||||
|
@ -65,7 +65,7 @@ abstract class ConfigTest extends MockedTest
|
|||
}
|
||||
|
||||
/**
|
||||
* @return \Friendica\Core\Config\Capability\IManageConfigValues
|
||||
* @return IManageConfigValues
|
||||
*/
|
||||
abstract public function getInstance();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue