Passed
Push — master ( 95262c...c6f342 )
by Tim
02:08
created
src/XML/xenc/EncryptedKey.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
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.',
Please login to merge, or discard this patch.