Cleanup namespaces

This commit is contained in:
Philipp
2021-10-26 22:09:11 +02:00
parent b216317477
commit 58eea1adaa
23 changed files with 65 additions and 63 deletions

View File

@@ -30,7 +30,7 @@ use Mockery\MockInterface;
class CookieTest extends MockedTest
{
/** @var MockInterface|\Friendica\Core\Config\Capability\IManageConfigValues */
/** @var MockInterface|IManageConfigValues */
private $config;
/** @var MockInterface|BaseURL */
private $baseUrl;