Completed
Push — master ( 9df72d...41fedf )
by Aleksandr
02:01
created
Client.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
         }
44 44
     }
45 45
 
46
+    /**
47
+     * @return string|null
48
+     */
46 49
     public function getError($asString = true)
47 50
     {
48 51
         if (!$asString) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use function GuzzleHttp\Psr7\build_query;
6 6
 use GuzzleHttp\Client as GuzzleClient;
7 7
 use Psr\Http\Message\ResponseInterface;
8
-use Psr\Http\Message\StreamInterface;
9 8
 
10 9
 class Client
11 10
 {
Please login to merge, or discard this patch.