@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | * |
| 22 | 22 | * @param string $IDCardBody |
| 23 | 23 | * |
| 24 | - * @return bool|number |
|
| 24 | + * @return false|string |
|
| 25 | 25 | */ |
| 26 | 26 | public static function calcIDCardCode($IDCardBody) |
| 27 | 27 | { |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | * |
| 47 | 47 | * @param number $id |
| 48 | 48 | * |
| 49 | - * @return bool|string |
|
| 49 | + * @return false|string |
|
| 50 | 50 | */ |
| 51 | 51 | public static function convertIDCard15to18($id) |
| 52 | 52 | { |