Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
5 | class MD5hash |
||
6 | { |
||
7 | /** |
||
8 | * @param $value |
||
9 | * @param array $options |
||
10 | * |
||
11 | * @return string |
||
12 | */ |
||
13 | 4 | public function make($value, array $options = []) |
|
18 | } |
||
19 | |||
20 | /** |
||
21 | * @param $value |
||
22 | * @param $hashValue |
||
23 | * @param array $options |
||
24 | * |
||
25 | * @return bool |
||
26 | */ |
||
27 | 2 | public function check($value, $hashValue, array $options = []) |
|
33 |