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

@@ -68,10 +68,10 @@ class LoggerFactory
/**
* Creates a new PSR-3 compliant logger instances
*
* @param Database $database The Friendica Database instance
* @param \Friendica\Core\Config\Capability\IManageConfigValues $config The config
* @param Profiler $profiler The profiler of the app
* @param FileSystem $fileSystem FileSystem utils
* @param Database $database The Friendica Database instance
* @param IManageConfigValues $config The config
* @param Profiler $profiler The profiler of the app
* @param FileSystem $fileSystem FileSystem utils
*
* @return LoggerInterface The PSR-3 compliant logger instance
*/
@@ -156,9 +156,9 @@ class LoggerFactory
*
* It should never get filled during normal usage of Friendica
*
* @param \Friendica\Core\Config\Capability\IManageConfigValues $config The config
* @param Profiler $profiler The profiler of the app
* @param FileSystem $fileSystem FileSystem utils
* @param IManageConfigValues $config The config
* @param Profiler $profiler The profiler of the app
* @param FileSystem $fileSystem FileSystem utils
*
* @return LoggerInterface The PSR-3 compliant logger instance
*