Completed
Push — master ( 69cda4...f82bd7 )
by Toan
12s
created
src/Gojira/Jira/Response/IssueResponse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Gojira\Api\Response\BaseResponse;
12 12
 use Gojira\Api\Response\ResponseInterface;
13
-use Symfony\Component\Console\Helper\TableCell;
14 13
 
15 14
 /**
16 15
  * Render result for JIRA REST /issue
Please login to merge, or discard this patch.
src/Gojira/Jira/Response/TransitionResponse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace Gojira\Jira\Response;
10 10
 
11
-use Gojira\Api\Response\BaseResponse;
12 11
 use Gojira\Api\Response\ResponseInterface;
13 12
 use Symfony\Component\Console\Helper\TableCell;
14 13
 
Please login to merge, or discard this patch.
src/Gojira/Jira/Response/WorklogResponse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace Gojira\Jira\Response;
10 10
 
11
-use Gojira\Api\Response\BaseResponse;
12 11
 use Gojira\Api\Response\ResponseInterface;
13 12
 use Symfony\Component\Console\Helper\TableCell;
14 13
 
Please login to merge, or discard this patch.