@@ -31,8 +31,8 @@ |
||
31 | 31 | /** |
32 | 32 | * Address |
33 | 33 | * |
34 | - * @param $address |
|
35 | - * @param null $name |
|
34 | + * @param string $address |
|
35 | + * @param string|null $name |
|
36 | 36 | * |
37 | 37 | */ |
38 | 38 | public function __construct($address, $name = null) |
@@ -269,7 +269,7 @@ |
||
269 | 269 | * assign to a new header and returned. |
270 | 270 | * |
271 | 271 | * @param string $name |
272 | - * @param mixed $default |
|
272 | + * @param AddressList $default |
|
273 | 273 | * |
274 | 274 | * @return HeaderInterface |
275 | 275 | */ |