Completed
Push — 2.0-dev ( 2c252e...97b412 )
by Jan-Petter
02:13
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/HostClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * HostClient constructor.
35 35
      *
36 36
      * @param string $base
37
-     * @param array $host
37
+     * @param string[] $host
38 38
      * @param string|null $parentDirective
39 39
      */
40 40
     public function __construct($base, array $host, $parentDirective = null)
Please login to merge, or discard this patch.