Completed
Push — master ( 09c601...31d251 )
by Anton
16s queued 11s
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
@@ -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.