Passed
Push — master ( bf882d...de0513 )
by Francesco
05:34
created
Encryption.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,6 +49,6 @@
 block discarded – undo
49 49
     private function unlockKey(Key $key)
50 50
     {
51 51
         return $key->unlock()
52
-                   ->getRawKey();
52
+                    ->getRawKey();
53 53
     }
54 54
 }
Please login to merge, or discard this patch.