Completed
Pull Request — master (#11)
by
unknown
03:00
created
src/Datajet/Resource/AbstractResource.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
     /**
37 37
      * Construct with Guzzle Http Client.
38 38
      *
39
-     * @param \GuzzleHttp\Client $httpClient Guzzle Http Client
40 39
      */
41 40
     public function __construct(Client $client, array $config = [], LoggerInterface $logger = null)
42 41
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Dafiti\Datajet\Resource;
4 4
 
5 5
 use GuzzleHttp\Client;
6
-use Monolog\Logger;
7 6
 use Psr\Log\LoggerInterface;
8 7
 
9 8
 abstract class AbstractResource
Please login to merge, or discard this patch.