Completed
Push — master ( fad106...abddf3 )
by Giacomo "Mr. Wolf"
01:30
created
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.
src/service/UserList.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 use Audiens\DoubleclickClient\Auth;
7 7
 use Audiens\DoubleclickClient\CachableTrait;
8 8
 use Audiens\DoubleclickClient\CacheableInterface;
9
-use Audiens\DoubleclickClient\entity\Segment;
10 9
 use Audiens\DoubleclickClient\entity\ApiResponse;
10
+use Audiens\DoubleclickClient\entity\Segment;
11 11
 use Audiens\DoubleclickClient\exceptions\ClientException;
12 12
 use Doctrine\Common\Cache\Cache;
13 13
 use GuzzleHttp\Client;
Please login to merge, or discard this patch.
src/Auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * @param null   $uri
53 53
      * @param array  $options
54 54
      *
55
-     * @return mixed|\Psr\Http\Message\ResponseInterface
55
+     * @return \Psr\Http\Message\ResponseInterface
56 56
      * @throws \Exception
57 57
      */
58 58
     public function request($method, $uri = null, array $options = [])
Please login to merge, or discard this patch.
src/entity/ReportConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return \DateTime
56
+     * @return string
57 57
      */
58 58
     public function getDateMin()
59 59
     {
Please login to merge, or discard this patch.