Autofix alphabetically sorted use statements

[MAILPOET-2409]
This commit is contained in:
Jan Jakeš
2019-09-30 15:35:37 +02:00
committed by Jack Kitterhing
parent 935d9f01e8
commit ade1cc4d8e
111 changed files with 194 additions and 198 deletions

View File

@ -8,10 +8,10 @@ use MailPoet\Settings\SettingsController;
use MailPoet\Subscription\Captcha;
use MailPoet\Tracy\ApiPanel\ApiPanel;
use MailPoet\Tracy\DIPanel\DIPanel;
use MailPoetVendor\Psr\Container\ContainerInterface;
use MailPoet\Util\Helpers;
use MailPoet\Util\Security;
use MailPoet\WP\Functions as WPFunctions;
use MailPoetVendor\Psr\Container\ContainerInterface;
use Tracy\Debugger;
use Tracy\ILogger;