Completed
Pull Request — master (#23)
by
unknown
01:28
created
src/Transport/Curl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * Curl constructor.
25 25
      *
26 26
      * @param int|float $connectTimeout Connection timeout in seconds
27
-     * @param int|float $requestTimeout Request timeout in seconds.
27
+     * @param integer $requestTimeout Request timeout in seconds.
28 28
      *   Default is 0, which means it never times out during transfer.
29 29
      * @throws \Exception
30 30
      */
Please login to merge, or discard this patch.
src/Transport/PersistentCurl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * Curl constructor.
28 28
      *
29 29
      * @param int|float $connectTimeout Connection timeout in seconds
30
-     * @param int|float $requestTimeout Request timeout in seconds.
30
+     * @param integer $requestTimeout Request timeout in seconds.
31 31
      *   Default is 0, which means it never times out during transfer.
32 32
      * @throws \Exception
33 33
      */
Please login to merge, or discard this patch.