Passed
Pull Request — develop (#50)
by Pieter van der
03:35
created
library/tiqr/Tiqr/UserSecretStorage/Encryption/Interface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     public function encrypt(string $data) : string;
45 45
     
46 46
     /**
47
-      * Decrypts the given data.
47
+     * Decrypts the given data.
48 48
      *
49 49
      * @param string $data Data to decrypt
50 50
      * @return string decrypted data
Please login to merge, or discard this patch.