Passed
Push — master ( cc8698...da2c08 )
by Maja
03:43
created
web/lib/admin/PageDecoration.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -206,8 +206,7 @@
 block discarded – undo
206 206
             $cutoffPosition = strrpos($_SERVER['PHP_SELF'], "accountstatus/");
207 207
         } elseif (strrpos($_SERVER['PHP_SELF'], "diag/")) {
208 208
             $cutoffPosition = strrpos($_SERVER['PHP_SELF'], "diag/");
209
-        }
210
-            else {
209
+        } else {
211 210
             $cutoffPosition = strrpos($_SERVER['PHP_SELF'], "/");
212 211
         }
213 212
 
Please login to merge, or discard this patch.
devices/linux/Device_Linux.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,8 +124,7 @@
 block discarded – undo
124 124
         $out .= "Config.eap_inner = '" . $eapMethod['INNER'] . "'\n";
125 125
         if ($this->selectedEap == \core\common\EAP::EAPTYPE_TLS && isset($this->attributes['eap-specific:tls_use_other_id']) && $this->attributes['eap-specific:tls_use_other_id'][0] == 'on') {
126 126
             $out .= "Config.use_other_tls_id = True\n";
127
-        }
128
-        else {
127
+        } else {
129 128
             $out .= "Config.use_other_tls_id = False\n";
130 129
         }
131 130
         $tou = $this->mkUserConsent();
Please login to merge, or discard this patch.