| @@ -95,7 +95,7 @@ | ||
| 95 | 95 | } | 
| 96 | 96 | |
| 97 | 97 | /** | 
| 98 | - * @return the $charging | |
| 98 | + * @return string $charging | |
| 99 | 99 | */ | 
| 100 | 100 | public function getCharging(): string | 
| 101 | 101 |      { | 
| @@ -71,7 +71,7 @@ discard block | ||
| 71 | 71 | } | 
| 72 | 72 | |
| 73 | 73 | /** | 
| 74 | - * @return the $number | |
| 74 | + * @return integer $number | |
| 75 | 75 | */ | 
| 76 | 76 | public function getNumber(): int | 
| 77 | 77 |      { | 
| @@ -87,7 +87,7 @@ discard block | ||
| 87 | 87 | } | 
| 88 | 88 | |
| 89 | 89 | /** | 
| 90 | - * @return the $validate | |
| 90 | + * @return DateTime $validate | |
| 91 | 91 | */ | 
| 92 | 92 | public function getValidate(): DateTime | 
| 93 | 93 |      { | 
| @@ -103,7 +103,7 @@ discard block | ||
| 103 | 103 | } | 
| 104 | 104 | |
| 105 | 105 | /** | 
| 106 | - * @return the $security | |
| 106 | + * @return integer $security | |
| 107 | 107 | */ | 
| 108 | 108 | public function getSecurityNumber(): int | 
| 109 | 109 |      { | 
| @@ -80,7 +80,7 @@ | ||
| 80 | 80 | } | 
| 81 | 81 | |
| 82 | 82 | /** | 
| 83 | - * @return mixed | |
| 83 | + * @return boolean | |
| 84 | 84 | */ | 
| 85 | 85 | public function getHelpfulMaturity(): bool | 
| 86 | 86 |      { |