Passed
Pull Request — master (#190)
by Arman
02:51
created
src/Libraries/Hasher/Hasher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.