mirror of
https://github.com/friendica/friendica
synced 2025-05-02 10:24:22 +02: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
|
@ -6,7 +6,6 @@
|
|||
namespace Friendica\Content;
|
||||
|
||||
use Friendica\Core\Protocol;
|
||||
use Friendica\Content\Feature;
|
||||
use Friendica\Content\Text\HTML;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\Renderer;
|
||||
|
|
|
@ -9,7 +9,6 @@ namespace Friendica\Content\Text;
|
|||
use Friendica\BaseObject;
|
||||
use Friendica\Model\Contact;
|
||||
use Michelf\MarkdownExtra;
|
||||
use Friendica\Content\Text\HTML;
|
||||
|
||||
/**
|
||||
* Friendica-specific usage of Markdown
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
*/
|
||||
namespace Friendica\Content;
|
||||
|
||||
use Friendica\Content\ContactSelector;
|
||||
use Friendica\Content\Feature;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\L10n;
|
||||
|
|
|
@ -11,7 +11,6 @@ use Friendica\Core\Renderer;
|
|||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Model\Item;
|
||||
use Friendica\Util\Security;
|
||||
|
||||
/**
|
||||
* TagCloud widget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue