@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * @param $value |
68 | 68 | * @param array $param |
69 | 69 | * |
70 | - * @return type |
|
70 | + * @return string |
|
71 | 71 | */ |
72 | 72 | public function filter_lower($value, $param = null) |
73 | 73 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | * @param $value |
85 | 85 | * @param array $param |
86 | 86 | * |
87 | - * @return type |
|
87 | + * @return string |
|
88 | 88 | */ |
89 | 89 | public function filter_upper($value, $param = null) |
90 | 90 | { |
@@ -75,7 +75,7 @@ |
||
75 | 75 | * @param string $hashed_password a hashed password |
76 | 76 | * @param string $string to salt |
77 | 77 | * @param string $pepper string pepper to add to the salted string for extra security |
78 | - * @return boolean success on match |
|
78 | + * @return string success on match |
|
79 | 79 | */ |
80 | 80 | public static function passwordVerify(string $hashed_password, string $string, string $pepper = ''): string |
81 | 81 | { |