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 — main ( 10f5c7...a0aba6 )
by Dan
24s queued 19s
created
src/tools/npc/chess.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
 		1 => ['pipe', 'w'], // stdout is a pipe that the child will write to
40 40
 	];
41 41
 	proc_open(UCI_CHESS_ENGINE, $descriptorSpec, $pipes);
42
-	$toEngine =& $pipes[0];
43
-	$fromEngine =& $pipes[1];
42
+	$toEngine = & $pipes[0];
43
+	$fromEngine = & $pipes[1];
44 44
 
45 45
 	function readFromEngine(bool $block = true): void {
46 46
 		global $fromEngine;
Please login to merge, or discard this patch.