@@ -10,6 +10,11 @@ |
||
10 | 10 | private $number; |
11 | 11 | private $zipcode; |
12 | 12 | |
13 | + /** |
|
14 | + * @param string $street |
|
15 | + * @param string $number |
|
16 | + * @param string $zipcode |
|
17 | + */ |
|
13 | 18 | public function __construct($street, $number, $zipcode) |
14 | 19 | { |
15 | 20 | $this->street = $street; |