@@ -30,6 +30,7 @@ discard block |
||
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @param string ...$hostname |
| 33 | + * @param string[] $hostname |
|
| 33 | 34 | * @return Host|Host[]|Proxy |
| 34 | 35 | */ |
| 35 | 36 | function host(...$hostname) |
@@ -66,6 +67,7 @@ discard block |
||
| 66 | 67 | |
| 67 | 68 | /** |
| 68 | 69 | * @param string ...$hostnames |
| 70 | + * @param string[] $hostnames |
|
| 69 | 71 | * @return Localhost|Localhost[]|Proxy |
| 70 | 72 | */ |
| 71 | 73 | function localhost(...$hostnames) |