Passed
Pull Request — master (#44)
by Baptiste
02:10
created
src/Http/PluginClientBuilder.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,6 @@
 block discarded – undo
1 1
 <?php declare(strict_types=1);
2 2
 namespace Behapi\Http;
3 3
 
4
-use Http\Client\HttpClient;
5
-use Http\Client\HttpAsyncClient;
6
-
7 4
 use Http\Client\Common\Plugin;
8 5
 use Http\Client\Common\PluginClient;
9 6
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 namespace Behapi\Http;
3 3
 
4 4
 use Http\Client\HttpClient;
Please login to merge, or discard this patch.