@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | private $complement; |
58 | 58 | |
59 | 59 | /** |
60 | - * @return the $city |
|
60 | + * @return string $city |
|
61 | 61 | */ |
62 | 62 | public function getCity() |
63 | 63 | { |
@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | } |
80 | 80 | |
81 | 81 | /** |
82 | - * @return the $state |
|
82 | + * @return string $state |
|
83 | 83 | */ |
84 | 84 | public function getState() |
85 | 85 | { |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | } |
102 | 102 | |
103 | 103 | /** |
104 | - * @return the $postalCode |
|
104 | + * @return string $postalCode |
|
105 | 105 | */ |
106 | 106 | public function getPostalCode() |
107 | 107 | { |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | } |
124 | 124 | |
125 | 125 | /** |
126 | - * @return the $address |
|
126 | + * @return string $address |
|
127 | 127 | */ |
128 | 128 | public function getAddress() |
129 | 129 | { |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | /** |
148 | - * @return the $number |
|
148 | + * @return integer $number |
|
149 | 149 | */ |
150 | 150 | public function getNumber() |
151 | 151 | { |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | } |
171 | 171 | |
172 | 172 | /** |
173 | - * @return the $district |
|
173 | + * @return string $district |
|
174 | 174 | */ |
175 | 175 | public function getDistrict() |
176 | 176 | { |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | } |
193 | 193 | |
194 | 194 | /** |
195 | - * @return the $complement |
|
195 | + * @return string $complement |
|
196 | 196 | */ |
197 | 197 | public function getComplement() |
198 | 198 | { |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @return int |
|
56 | + * @return string |
|
57 | 57 | */ |
58 | 58 | public function getNumber() |
59 | 59 | { |
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | } |
76 | 76 | |
77 | 77 | /** |
78 | - * @return int |
|
78 | + * @return string |
|
79 | 79 | */ |
80 | 80 | public function getDigit() |
81 | 81 | { |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | } |
98 | 98 | |
99 | 99 | /** |
100 | - * @return int |
|
100 | + * @return string |
|
101 | 101 | */ |
102 | 102 | public function getOperation() |
103 | 103 | { |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | private $occurrence = Occurrence::INSERT; |
77 | 77 | |
78 | 78 | /** |
79 | - * @return the $charging |
|
79 | + * @return string $charging |
|
80 | 80 | */ |
81 | 81 | public function getCharging() |
82 | 82 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @return Occurrence |
|
110 | + * @return string |
|
111 | 111 | */ |
112 | 112 | public function getOccurrence() |
113 | 113 | { |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | } |
93 | 93 | |
94 | 94 | /** |
95 | - * @return mixed |
|
95 | + * @return DateTime |
|
96 | 96 | */ |
97 | 97 | public function getRead() |
98 | 98 | { |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | } |
125 | 125 | |
126 | 126 | /** |
127 | - * @return number |
|
127 | + * @return integer |
|
128 | 128 | */ |
129 | 129 | public function getCode() |
130 | 130 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | /** |
88 | - * @return the $number |
|
88 | + * @return string $number |
|
89 | 89 | */ |
90 | 90 | public function getNumber() |
91 | 91 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @return the $validate |
|
110 | + * @return DateTime $validate |
|
111 | 111 | */ |
112 | 112 | public function getValidate() |
113 | 113 | { |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | } |
124 | 124 | |
125 | 125 | /** |
126 | - * @return the $security |
|
126 | + * @return string $security |
|
127 | 127 | */ |
128 | 128 | public function getSecurityNumber() |
129 | 129 | { |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | /** |
148 | - * @return string |
|
148 | + * @return integer |
|
149 | 149 | */ |
150 | 150 | public function getFlag() |
151 | 151 | { |
@@ -84,7 +84,7 @@ |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | /** |
87 | - * @return mixed |
|
87 | + * @return boolean |
|
88 | 88 | */ |
89 | 89 | public function getHelpfulMaturity() |
90 | 90 | { |
@@ -163,7 +163,7 @@ discard block |
||
163 | 163 | } |
164 | 164 | |
165 | 165 | /** |
166 | - * @return Email |
|
166 | + * @return string |
|
167 | 167 | */ |
168 | 168 | public function getEmail() |
169 | 169 | { |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | } |
196 | 196 | |
197 | 197 | /** |
198 | - * @return the $fatherName |
|
198 | + * @return string $fatherName |
|
199 | 199 | */ |
200 | 200 | public function getFatherName() |
201 | 201 | { |
@@ -211,7 +211,7 @@ discard block |
||
211 | 211 | } |
212 | 212 | |
213 | 213 | /** |
214 | - * @return the $motherName |
|
214 | + * @return string $motherName |
|
215 | 215 | */ |
216 | 216 | public function getMotherName() |
217 | 217 | { |
@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | } |
228 | 228 | |
229 | 229 | /** |
230 | - * @return the $person |
|
230 | + * @return string $person |
|
231 | 231 | */ |
232 | 232 | public function getPerson() |
233 | 233 | { |
@@ -250,7 +250,7 @@ discard block |
||
250 | 250 | } |
251 | 251 | |
252 | 252 | /** |
253 | - * @return mixed |
|
253 | + * @return string |
|
254 | 254 | */ |
255 | 255 | public function getSalaried() |
256 | 256 | { |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | } |
259 | 259 | |
260 | 260 | /** |
261 | - * @param mixed $salaried |
|
261 | + * @param string $salaried |
|
262 | 262 | */ |
263 | 263 | public function setSalaried($salaried) |
264 | 264 | { |