@@ -79,14 +79,12 @@ |
||
| 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 | } |