Passed
Push — develop ( c511ae...c7368a )
by Benjamin
05:05
created
src/migrations/m180529_125418_info.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -61,10 +61,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.