@@ -41,7 +41,7 @@ discard block |
||
| 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 |
||
| 54 | 54 | /** |
| 55 | 55 | * Get |
| 56 | 56 | * |
| 57 | - * @return float|int |
|
| 57 | + * @return integer |
|
| 58 | 58 | */ |
| 59 | 59 | public function get() |
| 60 | 60 | { |
@@ -34,7 +34,7 @@ |
||
| 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) |