Passed
Push — master ( 04cfc9...701580 )
by Thiago
45s
created
src/Base/Person.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     }
215 215
 
216 216
     /**
217
-     * @return the $fatherName
217
+     * @return string $fatherName
218 218
      */
219 219
     public function getFatherName(): ?string
220 220
     {
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
     }
231 231
 
232 232
     /**
233
-     * @return the $motherName
233
+     * @return string $motherName
234 234
      */
235 235
     public function getMotherName(): ?string
236 236
     {
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     }
247 247
 
248 248
     /**
249
-     * @return the $person
249
+     * @return string $person
250 250
      */
251 251
     public function getPerson(): string
252 252
     {
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
     }
263 263
 
264 264
     /**
265
-     * @return mixed
265
+     * @return string
266 266
      */
267 267
     public function getSalaried(): ?string
268 268
     {
Please login to merge, or discard this patch.