Passed
Push — master ( 3bf716...1704bc )
by Tomasz
03:44 queued 14s
created
devices/linux/DeviceLinuxSh.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -191,8 +191,7 @@
 block discarded – undo
191 191
 
192 192
         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') {
193 193
             $configRaw['USE_OTHER_TLS_ID'] = "True";
194
-        }
195
-        else {
194
+        } else {
196 195
             $configRaw['USE_OTHER_TLS_ID'] = "False";
197 196
         }
198 197
 
Please login to merge, or discard this patch.