@@ -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 | { |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return the $state |
|
80 | + * @return string $state |
|
81 | 81 | */ |
82 | 82 | public function getState() |
83 | 83 | { |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | } |
122 | 122 | |
123 | 123 | /** |
124 | - * @return the $address |
|
124 | + * @return string $address |
|
125 | 125 | */ |
126 | 126 | public function getAddress() |
127 | 127 | { |
@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | } |
144 | 144 | |
145 | 145 | /** |
146 | - * @return the $number |
|
146 | + * @return integer $number |
|
147 | 147 | */ |
148 | 148 | public function getNumber() |
149 | 149 | { |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | } |
169 | 169 | |
170 | 170 | /** |
171 | - * @return the $district |
|
171 | + * @return string $district |
|
172 | 172 | */ |
173 | 173 | public function getDistrict() |
174 | 174 | { |
@@ -190,7 +190,7 @@ discard block |
||
190 | 190 | } |
191 | 191 | |
192 | 192 | /** |
193 | - * @return the $complement |
|
193 | + * @return string $complement |
|
194 | 194 | */ |
195 | 195 | public function getComplement() |
196 | 196 | { |
@@ -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 @@ |
||
92 | 92 | } |
93 | 93 | |
94 | 94 | /** |
95 | - * @return mixed |
|
95 | + * @return DateTime |
|
96 | 96 | */ |
97 | 97 | public function getRead() |
98 | 98 | { |
@@ -107,7 +107,7 @@ |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @return the $validate |
|
110 | + * @return DateTime $validate |
|
111 | 111 | */ |
112 | 112 | public function getValidate() |
113 | 113 | { |
@@ -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 | { |