Completed
Push — master ( 1ddfcf...44a9ef )
by Jan-Petter
02:36
created
src/Client/Directives/DelayClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      * @param string $baseUri
42 42
      * @param string $userAgent
43 43
      * @param float|int $value
44
-     * @param float|int $fallbackValue
44
+     * @param integer $fallbackValue
45 45
      */
46 46
     public function __construct($baseUri, $userAgent, $value, $fallbackValue = 0)
47 47
     {
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * Get
56 56
      *
57
-     * @return float|int
57
+     * @return integer
58 58
      */
59 59
     public function get()
60 60
     {
Please login to merge, or discard this patch.
src/Client/Directives/RequestRateClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      * Get rate
58 58
      *
59 59
      * @param int|null $timestamp
60
-     * @return float|int
60
+     * @return integer
61 61
      */
62 62
     public function getValue($timestamp = null)
63 63
     {
Please login to merge, or discard this patch.