Completed
Pull Request — master (#3)
by Tomáš
09:13
created
src/DI/UserBundleExtension.php 1 patch
Unused Use Statements   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -5,19 +5,19 @@
 block discarded – undo
5 5
 namespace SixtyEightPublishers\User\DI;
6 6
 
7 7
 use ArrayObject;
8
-use Nette\Schema\Expect;
9
-use Nette\Schema\Schema;
10 8
 use Nette\DI\CompilerExtension;
11 9
 use Nette\PhpGenerator\ClassType;
12
-use SixtyEightPublishers\User\Common\DI\CommonExtension;
13
-use SixtyEightPublishers\User\Authentication\DI\AuthenticationExtension;
14
-use SixtyEightPublishers\User\Common\Exception\StopPropagationException;
15
-use SixtyEightPublishers\User\ForgotPassword\DI\ForgotPasswordExtension;
10
+use Nette\Schema\Expect;
11
+use Nette\Schema\Schema;
16 12
 use SixtyEightPublishers\DoctrineBridge\DI\DatabaseTypeProviderInterface;
17
-use SixtyEightPublishers\DoctrineBridge\DI\TargetEntityProviderInterface;
18 13
 use SixtyEightPublishers\DoctrineBridge\DI\EntityMappingProviderInterface;
14
+use SixtyEightPublishers\DoctrineBridge\DI\TargetEntityProviderInterface;
19 15
 use SixtyEightPublishers\TranslationBridge\DI\TranslationProviderInterface;
16
+use SixtyEightPublishers\User\Authentication\DI\AuthenticationExtension;
17
+use SixtyEightPublishers\User\Common\DI\CommonExtension;
18
+use SixtyEightPublishers\User\Common\Exception\StopPropagationException;
20 19
 use SixtyEightPublishers\User\DoctrineIdentity\DI\DoctrineIdentityExtension;
20
+use SixtyEightPublishers\User\ForgotPassword\DI\ForgotPasswordExtension;
21 21
 
22 22
 final class UserBundleExtension extends CompilerExtension implements DatabaseTypeProviderInterface, EntityMappingProviderInterface, TargetEntityProviderInterface, TranslationProviderInterface
23 23
 {
Please login to merge, or discard this patch.