@@ -26,9 +26,6 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * Returns a new Street from native PHP string name and number. |
| 28 | 28 | * |
| 29 | - * @param string $name |
|
| 30 | - * @param string $number |
|
| 31 | - * @param string $elements |
|
| 32 | 29 | * @return Street |
| 33 | 30 | * @throws \BadFunctionCallException |
| 34 | 31 | */ |
@@ -32,9 +32,6 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * Returns a Name objects form PHP native values |
| 34 | 34 | * |
| 35 | - * @param string $first_name |
|
| 36 | - * @param string $middle_name |
|
| 37 | - * @param string $last_name |
|
| 38 | 35 | * @return Name |
| 39 | 36 | */ |
| 40 | 37 | public static function fromNative() |
@@ -151,7 +151,7 @@ |
||
| 151 | 151 | /** |
| 152 | 152 | * Returns the port of the Url |
| 153 | 153 | * |
| 154 | - * @return PortNumberInterface |
|
| 154 | + * @return ValueObjectInterface |
|
| 155 | 155 | */ |
| 156 | 156 | public function getPort() |
| 157 | 157 | { |