1
0
Fork 0

Cleanup namespaces

This commit is contained in:
Philipp Holzer 2021-10-26 22:09:11 +02:00
commit 58eea1adaa
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
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;