@@ -38,7 +38,7 @@ |
||
| 38 | 38 | * |
| 39 | 39 | * @return Tiqr_UserSecretStorage_Encryption_Interface |
| 40 | 40 | */ |
| 41 | - public static function getEncryption(LoggerInterface $logger, string $type="dummy", array $options=array()): Tiqr_UserSecretStorage_Encryption_Interface |
|
| 41 | + public static function getEncryption(LoggerInterface $logger, string $type = "dummy", array $options = array()): Tiqr_UserSecretStorage_Encryption_Interface |
|
| 42 | 42 | { |
| 43 | 43 | $instance = null; |
| 44 | 44 | $logger->info(sprintf('Using "%s" as UserSecretStorage encryption type', $type)); |
@@ -44,7 +44,7 @@ |
||
| 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 |