Passed
Push — smarty5 ( f9241d...f4a9de )
by Simon
05:26
created
includes/IdentificationVerifier.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -79,14 +79,12 @@
 block discarded – undo
79 79
 
80 80
         if ($this->checkIdentificationCache($onWikiName)) {
81 81
             return true;
82
-        }
83
-        else {
82
+        } else {
84 83
             if ($this->isIdentifiedOnWiki($onWikiName)) {
85 84
                 $this->cacheIdentificationStatus($onWikiName);
86 85
 
87 86
                 return true;
88
-            }
89
-            else {
87
+            } else {
90 88
                 return false;
91 89
             }
92 90
         }
Please login to merge, or discard this patch.