Passed
Push — master ( 7f1e4d...e207fc )
by Paul
04:01
created
plugin/Controllers/SettingsController.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,8 @@
 block discarded – undo
116 116
                 $integration->pluginName
117 117
             ));
118 118
             return false;
119
-        } elseif (!$integration->isSupported()) {
119
+        }
120
+        elseif (!$integration->isSupported()) {
120 121
             glsr(Notice::class)->addError(sprintf(
121 122
                 __('Please update the %s plugin to v%s or greater to enable integration.', 'site-reviews'),
122 123
                 $integration->pluginName,
Please login to merge, or discard this patch.