Completed
Pull Request — master (#29)
by
unknown
05:23
created
src/Environment/DI/EnvironmentExtension.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
8 8
 use Nette\PhpGenerator\ClassType;
9 9
 use Nette\Utils\AssertionException;
10 10
 use SixtyEightPublishers\Application\Environment\ConfigurationException;
11
-use SixtyEightPublishers\Application\Environment\Environment;
12
-use SixtyEightPublishers\Application\Environment\ProfileContainer;
13
-use SixtyEightPublishers\Application\Environment\IEnvironmentDetector;
14 11
 use SixtyEightPublishers\Application\Environment\Detector\NetteRequestDetector;
15 12
 use SixtyEightPublishers\Application\Environment\Diagnostics\Panel;
13
+use SixtyEightPublishers\Application\Environment\Environment;
14
+use SixtyEightPublishers\Application\Environment\IEnvironmentDetector;
16 15
 use SixtyEightPublishers\Application\Environment\IProfileStorage;
16
+use SixtyEightPublishers\Application\Environment\ProfileContainer;
17 17
 use SixtyEightPublishers\Application\Environment\Storage\SessionProfileStorage;
18 18
 use SixtyEightPublishers\Application\Environment\Translation\ChangeTranslatorLocaleHandler;
19 19
 use SixtyEightPublishers\Application\Environment\Translation\ProfileStorageResolver;
Please login to merge, or discard this patch.