Completed
Pull Request — master (#2)
by Ronaldo
01:43
created
src/Client/Client.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace WSW\SiftScience\Client;
4 4
 
5
-use GuzzleHttp\ClientInterface;
6 5
 use GuzzleHttp\Client as HttpClient;
6
+use GuzzleHttp\ClientInterface;
7 7
 use GuzzleHttp\Exception\RequestException;
8 8
 use Psr\Http\Message\ResponseInterface;
9 9
 use WSW\SiftScience\Collections\Headers;
Please login to merge, or discard this patch.
src/Support/Traits/Transformers/Relationships.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param $address|null
30
+     * @param Address $address
30 31
      *
31 32
      * @return array|null
32 33
      */
Please login to merge, or discard this patch.