Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Push — master ( 2b5828...a7a342 )
by Dan
36s queued 18s
created
src/lib/Default/SmrSession.class.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -250,8 +250,7 @@
 block discarded – undo
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
 					}
Please login to merge, or discard this patch.