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

Failed Conditions
Push — master ( 09b95d...f174b5 )
by Dan
27s queued 16s
created
src/tools/npc/npc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 			}
145 145
 
146 146
 			if ($tradeRoute === null) { //We only want to change trade route if there isn't already one set.
147
-				$TRADE_ROUTES =& findRoutes($player);
147
+				$TRADE_ROUTES = & findRoutes($player);
148 148
 				$tradeRoute = changeRoute($TRADE_ROUTES);
149 149
 			}
150 150
 
Please login to merge, or discard this patch.