Completed
Pull Request — master (#17)
by Christian
03:05
created
src/XApiClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Xabbuh\XApi\Client\Api\ActivityProfileApiClient;
15 15
 use Xabbuh\XApi\Client\Api\AgentProfileApiClient;
16
-use Xabbuh\XApi\Client\Api\ApiClient;
17 16
 use Xabbuh\XApi\Client\Api\StateApiClient;
18 17
 use Xabbuh\XApi\Client\Api\StatementsApiClient;
19 18
 use Xabbuh\XApi\Client\Request\HandlerInterface;
Please login to merge, or discard this patch.
src/Api/StatementsApiClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Xabbuh\XApi\Client\Api;
13 13
 
14
-use Http\Message\MultipartStream\MultipartStreamBuilder;
15 14
 use Xabbuh\XApi\Client\Http\AttachmentsBody;
16 15
 use Xabbuh\XApi\Client\Request\HandlerInterface;
17 16
 use Xabbuh\XApi\Model\StatementId;
Please login to merge, or discard this patch.