Completed
Push — master ( 6c9b98...8785a5 )
by Francesco
04:56
created
src/Auth.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,10 +41,10 @@
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param string $method
44
-     * @param null   $uri
44
+     * @param string   $uri
45 45
      * @param array  $options
46 46
      *
47
-     * @return mixed|\Psr\Http\Message\ResponseInterface
47
+     * @return \Psr\Http\Message\ResponseInterface
48 48
      * @throws \Exception
49 49
      */
50 50
     public function request($method, $uri = null, array $options = [])
Please login to merge, or discard this patch.
src/service/Report.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,11 +5,11 @@
 block discarded – undo
5 5
 use Audiens\DoubleclickClient\Auth;
6 6
 use Audiens\DoubleclickClient\CachableTrait;
7 7
 use Audiens\DoubleclickClient\CacheableInterface;
8
+use Audiens\DoubleclickClient\entity\ApiResponse;
8 9
 use Audiens\DoubleclickClient\entity\ReportConfig;
9 10
 use Audiens\DoubleclickClient\entity\SegmentCommunication;
10 11
 use Audiens\DoubleclickClient\entity\SegmentRevenue;
11 12
 use Audiens\DoubleclickClient\exceptions\ReportException;
12
-use Audiens\DoubleclickClient\entity\ApiResponse;
13 13
 use Doctrine\Common\Cache\Cache;
14 14
 use GuzzleHttp\Client;
15 15
 use GuzzleHttp\ClientInterface;
Please login to merge, or discard this patch.