Passed
Push — v4 ( 1f7d3f...b279ec )
by Benjamin
04:02
created
src/controllers/OauthController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@
 block discarded – undo
54 54
             Analytics::$plugin->cache->delete(['accountExplorerData']);
55 55
 
56 56
             Craft::$app->getSession()->setNotice(Craft::t('analytics', 'Disconnected from Google Analytics.'));
57
-        }
58
-        else
57
+        } else
59 58
         {
60 59
             Craft::$app->getSession()->setError(Craft::t('analytics', 'Couldn’t disconnect from Google Analytics'));
61 60
         }
Please login to merge, or discard this patch.