Completed
Push — master ( b2db07...6ada9a )
by luca
08:41
created
src/entity/UserListClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @return int
148
+     * @return string
149 149
      */
150 150
     public function getClientid()
151 151
     {
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.