@@ -59,7 +59,7 @@ |
||
59 | 59 | */ |
60 | 60 | public function setAlgorithm(string $algorithm): Hasher |
61 | 61 | { |
62 | - var_dump($algorithm);die; |
|
62 | + var_dump($algorithm); die; |
|
63 | 63 | if (!in_array($algorithm, $this->getSupportedAlgorithms(), true)) { |
64 | 64 | throw HasherException::algorithmNotSupported($algorithm); |
65 | 65 | } |