Passed
Push — master ( e6b641...f65816 )
by Dani
01:36
created
src/Http/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
     /**
140 140
      * Returns the exception that was thrown.
141 141
      *
142
-     * @return \Postpay\Exceptions\ApiException|null
142
+     * @return \Postpay\Exceptions\PostpayException
143 143
      */
144 144
     public function getThrownException()
145 145
     {
Please login to merge, or discard this patch.
src/HttpClients/ClientInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
      * Sends a request to the server and returns the response.
11 11
      *
12 12
      * @param Request  $request Request to send.
13
-     * @param int|null $timout The timeout for the request.
13
+     * @param integer $timeout The timeout for the request.
14 14
      *
15 15
      * @return \Postpay\Http\Response Response from the server.
16 16
      *
Please login to merge, or discard this patch.