@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | */ |
| 65 | 65 | public function authenticationKey(): string |
| 66 | 66 | { |
| 67 | - return $this->deriveKey(__FUNCTION__ . '|' . $this->cipher); |
|
| 67 | + return $this->deriveKey(__FUNCTION__.'|'.$this->cipher); |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | /** |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | */ |
| 75 | 75 | public function encryptionKey(): string |
| 76 | 76 | { |
| 77 | - return $this->deriveKey(__FUNCTION__ . '|' . $this->cipher); |
|
| 77 | + return $this->deriveKey(__FUNCTION__.'|'.$this->cipher); |
|
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | /** |