Test Failed
Branch silverbullet (05f8b4)
by Brook
05:51
created
web/admin/lib/domain/SilverbulletCertificate.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -81,10 +81,10 @@  discard block
 block discarded – undo
81 81
         if(!empty($this->get(self::TOKENEXPIRY)) && empty($this->get(self::DOCUMENT))){
82 82
             if($currentTime > $tokenExpiryTime){
83 83
                 return _('User did not consume the token and it expired!');
84
-            }else{
84
+            } else{
85 85
                 return $this->get(self::ONETIMETOKEN);
86 86
             }
87
-        }else{
87
+        } else{
88 88
             return "";
89 89
         }
90 90
     }
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     public function getCertificateTitle($count = ''){
110 110
         if(empty($this->get(self::DOCUMENT))){
111 111
             return '';
112
-        }else{
112
+        } else{
113 113
             return 'cert'.$count;
114 114
         }
115 115
     }
Please login to merge, or discard this patch.