@@ -111,7 +111,7 @@ |
||
111 | 111 | if (!is_string($this->salt)) { |
112 | 112 | throw new RuntimeException('No salt present'); |
113 | 113 | } |
114 | - $password = $this->salt . $password; |
|
114 | + $password = $this->salt.$password; |
|
115 | 115 | } |
116 | 116 | |
117 | 117 | return hash($algorithm, $password); |