@@ -11,7 +11,7 @@ |
||
11 | 11 | */ |
12 | 12 | public function isEncryptable($key) |
13 | 13 | { |
14 | - if(!isset($this->encryptable)) { |
|
14 | + if (!isset($this->encryptable)) { |
|
15 | 15 | return false; |
16 | 16 | } |
17 | 17 |