@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | |
15 | 15 | |
16 | 16 | /** |
17 | - * @param string $street1|null |
|
17 | + * @param string $street1 |
|
18 | 18 | * @return self Fluent interface |
19 | 19 | */ |
20 | 20 | public function setStreet1(?string $street1) : self |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | |
26 | 26 | |
27 | 27 | /** |
28 | - * @param string $street2|null |
|
28 | + * @param string $street2 |
|
29 | 29 | * @return self Fluent interface |
30 | 30 | */ |
31 | 31 | public function setStreet2(?string $street2) : self |
@@ -36,7 +36,6 @@ discard block |
||
36 | 36 | |
37 | 37 | |
38 | 38 | /** |
39 | - * @param string $zip|null |
|
40 | 39 | * @return self Fluent interface |
41 | 40 | */ |
42 | 41 | public function setZip(?string $zip) : self |
@@ -47,7 +46,7 @@ discard block |
||
47 | 46 | |
48 | 47 | |
49 | 48 | /** |
50 | - * @param string $location|null |
|
49 | + * @param string $location |
|
51 | 50 | * @return self Fluent interface |
52 | 51 | */ |
53 | 52 | public function setLocation(?string $location) : self |
@@ -58,7 +57,7 @@ discard block |
||
58 | 57 | |
59 | 58 | |
60 | 59 | /** |
61 | - * @param string $country|null |
|
60 | + * @param string $country |
|
62 | 61 | * @return self Fluent interface |
63 | 62 | */ |
64 | 63 | public function setCountry(?string $country) : self |