We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -250,8 +250,7 @@ |
||
| 250 | 250 | } elseif ($value['RemainingPageLoads'] < 0) { |
| 251 | 251 | //This link is no longer valid |
| 252 | 252 | unset(self::$var[$key]); |
| 253 | - } else { |
|
| 254 | - --self::$var[$key]['RemainingPageLoads']; |
|
| 253 | + } else {--self::$var[$key]['RemainingPageLoads']; |
|
| 255 | 254 | if (isset($value['CommonID'])) { |
| 256 | 255 | self::$commonIDs[$value['CommonID']] = $key; |
| 257 | 256 | } |