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 ( 0be2ba...247314 )
by Cristian
04:16
created
src/PanelTraits/Columns.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
 		
354 354
 		if(isset($cache[$table])){
355 355
 			$columns = $cache[$table];
356
-		}else{
356
+		} else{
357 357
 			$columns = $cache[$table] = \Schema::getColumnListing($table);
358 358
 		}
359 359
 
Please login to merge, or discard this patch.