@@ -103,13 +103,13 @@ |
||
103 | 103 | return $this->encrypter()->decrypt($data, $params); |
104 | 104 | } |
105 | 105 | |
106 | - /** |
|
107 | - * {@inheritDoc} |
|
108 | - */ |
|
109 | - public function getKey(): string |
|
110 | - { |
|
111 | - return $this->encrypter()->getKey(); |
|
112 | - } |
|
106 | + /** |
|
107 | + * {@inheritDoc} |
|
108 | + */ |
|
109 | + public function getKey(): string |
|
110 | + { |
|
111 | + return $this->encrypter()->getKey(); |
|
112 | + } |
|
113 | 113 | |
114 | 114 | /** |
115 | 115 | * Initialiser ou réinitialiser un chiffreur |