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
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -348,16 +348,16 @@
 block discarded – undo
348 348
     }
349 349
     
350 350
     protected function hasColumn($table, $name)
351
-	{
352
-		static $cache = [];
351
+    {
352
+        static $cache = [];
353 353
 		
354
-		if(isset($cache[$table])){
355
-			$columns = $cache[$table];
356
-		}else{
357
-			$columns = $cache[$table] = \Schema::getColumnListing($table);
358
-		}
359
-
360
-		return in_array($name, $columns);
361
-	}
354
+        if(isset($cache[$table])){
355
+            $columns = $cache[$table];
356
+        }else{
357
+            $columns = $cache[$table] = \Schema::getColumnListing($table);
358
+        }
359
+
360
+        return in_array($name, $columns);
361
+    }
362 362
 
363 363
 }
Please login to merge, or discard this patch.