Completed
Push — master ( 1bb428...fe8713 )
by Tobias
8s
created
src/APIAccess/Connection.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,8 +189,7 @@
 block discarded – undo
189 189
 
190 190
         if ( ! empty($server) && ! $this->setIPAServer($server) ) {
191 191
             throw new \Exception("Error while validating the server");
192
-        }
193
-        else if ( ! empty($certificate) && ! $this->setCertificateFile($certificate) ) {
192
+        } else if ( ! empty($certificate) && ! $this->setCertificateFile($certificate) ) {
194 193
             throw new \Exception("Error while validating the certificate");
195 194
         }
196 195
 
Please login to merge, or discard this patch.