Completed
Branch master (039d41)
by Lorenzo
14:19
created
src/HTTPClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
     }
204 204
 
205 205
     /**
206
-     * @param $e
206
+     * @param RequestException $e
207 207
      * @return string
208 208
      */
209 209
     public function getResponseStatusCodeFromException($e)
Please login to merge, or discard this patch.
src/Multipart.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @return null|string
84
+     * @return string
85 85
      */
86 86
     public function getFilename()
87 87
     {
Please login to merge, or discard this patch.