@@ -117,7 +117,7 @@ |
||
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /** |
| 120 | - * @return int |
|
| 120 | + * @return string|null |
|
| 121 | 121 | */ |
| 122 | 122 | public function getPort() { |
| 123 | 123 | if ($this->hasPort() && $this->port != 80) { |
@@ -167,6 +167,7 @@ |
||
| 167 | 167 | |
| 168 | 168 | /** |
| 169 | 169 | * @param array ...$values |
| 170 | + * @param string $values |
|
| 170 | 171 | * @return string |
| 171 | 172 | */ |
| 172 | 173 | public static function d(...$values) { |