Autofix alphabetically sorted use statements
[MAILPOET-2409]
This commit is contained in:
committed by
Jack Kitterhing
parent
935d9f01e8
commit
ade1cc4d8e
@@ -3,13 +3,12 @@
|
||||
namespace MailPoet\Config;
|
||||
|
||||
use MailPoet\Twig;
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
use MailPoetVendor\Twig\Environment as TwigEnv;
|
||||
use MailPoetVendor\Twig\Extension\DebugExtension;
|
||||
use MailPoetVendor\Twig\Lexer as TwigLexer;
|
||||
use MailPoetVendor\Twig\Loader\FilesystemLoader as TwigFileSystem;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
class Renderer {
|
||||
protected $cache_path;
|
||||
protected $caching_enabled;
|
||||
|
Reference in New Issue
Block a user