@@ -103,7 +103,7 @@ |
||
| 103 | 103 | $setting = $settings->getAppSetting('server_side_encryption'); |
| 104 | 104 | $this->cipher = $setting['cipher']; |
| 105 | 105 | $this->mode = $setting['mode']; |
| 106 | - $this->rounds = (int)100; |
|
| 106 | + $this->rounds = (int) 100; |
|
| 107 | 107 | $this->server_key = \OC::$server->getConfig()->getSystemValue('passwordsalt', ''); |
| 108 | 108 | ini_set('memory_limit', '1024M'); |
| 109 | 109 | } |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | } |
| 84 | 84 | } |
| 85 | 85 | |
| 86 | - private function fetchAll($sql){ |
|
| 86 | + private function fetchAll($sql) { |
|
| 87 | 87 | return $this->db->executeQuery($sql)->fetchAll(); |
| 88 | 88 | } |
| 89 | 89 | |