Completed
Push — master ( 66d5ad...57d488 )
by
unknown
15s queued 12s
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.
src/PublicAPIClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     /**
141 141
      * Utility method, that reads JSON data
142 142
      *
143
-     * @param $string
143
+     * @param string $string
144 144
      * @return mixed|null
145 145
      * @throws Exception
146 146
      */
Please login to merge, or discard this patch.