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

@ -56,7 +56,7 @@ class StorageManager
/** @var Database */
private $dba;
/** @var \Friendica\Core\Config\Capability\IManageConfigValues */
/** @var IManageConfigValues */
private $config;
/** @var LoggerInterface */
private $logger;