mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Refactor namespaces
- Remove unused use statements - Add required use statements - Escape global classes
This commit is contained in:
parent
070aa016e0
commit
cb3f09ae4f
48 changed files with 7 additions and 81 deletions
|
@ -1,13 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Core;
|
||||
|
||||
/**
|
||||
* @file src/Core/Lock.php
|
||||
* @brief Functions for preventing parallel execution of functions
|
||||
*/
|
||||
|
||||
use Friendica\Core\Logger;
|
||||
namespace Friendica\Core;
|
||||
|
||||
use Friendica\Core\Cache\CacheDriverFactory;
|
||||
use Friendica\Core\Cache\IMemoryCacheDriver;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue