@@ -124,7 +124,7 @@ |
||
| 124 | 124 | if (!is_string($this->salt)) { |
| 125 | 125 | throw new RuntimeException('No salt present'); |
| 126 | 126 | } |
| 127 | - $string = $this->salt . $password; |
|
| 127 | + $string = $this->salt.$password; |
|
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | return hash($algorithm, $password); |