@@ -134,7 +134,7 @@ |
||
134 | 134 | */ |
135 | 135 | public function decrypt(EncryptionAlgorithmInterface $decryptor): string |
136 | 136 | { |
137 | - $cipherValue = $this->getCipherData()->getCipherValue(); |
|
137 | + $cipherValue = $this->getCipherData()->getCipherValue(); |
|
138 | 138 | Assert::notNull( |
139 | 139 | $cipherValue, |
140 | 140 | 'Decrypting keys by reference is not supported.', |