@@ -61,10 +61,10 @@ discard block |
||
| 61 | 61 | $settings = Json::decode($settingsJson); |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | - if($settings) { |
|
| 64 | + if ($settings) { |
|
| 65 | 65 | $forceConnect = $settings['forceConnect']; |
| 66 | 66 | |
| 67 | - if(isset($settings['token'])) { |
|
| 67 | + if (isset($settings['token'])) { |
|
| 68 | 68 | $token = $settings['token']; |
| 69 | 69 | } |
| 70 | 70 | } |
@@ -79,10 +79,10 @@ discard block |
||
| 79 | 79 | |
| 80 | 80 | // Get rid of the old plugin settings |
| 81 | 81 | echo ' > remove old plugin settings ...'; |
| 82 | - if($settings) { |
|
| 82 | + if ($settings) { |
|
| 83 | 83 | unset($settings['forceConnect']); |
| 84 | 84 | |
| 85 | - if(isset($settings['token'])) { |
|
| 85 | + if (isset($settings['token'])) { |
|
| 86 | 86 | unset($settings['token']); |
| 87 | 87 | } |
| 88 | 88 | |