Completed
Push — master ( 88b424...d4f278 )
by Alexander
02:19
created
src/JiraCLI/Application.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 namespace ConsoleHelpers\JiraCLI;
12 12
 
13 13
 
14
-use ConsoleHelpers\JiraCLI\Command\DownloadAttachmentCommand;
15 14
 use ConsoleHelpers\ConsoleKit\Application as BaseApplication;
15
+use ConsoleHelpers\JiraCLI\Command\DownloadAttachmentCommand;
16 16
 use ConsoleHelpers\JiraCLI\Command\VersionsCommand;
17 17
 use Symfony\Component\Console\Command\Command;
18 18
 
Please login to merge, or discard this patch.