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