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

Passed
Push — datagrid ( 50b42e...bbd442 )
by Cristian
18:47
created
src/app/View/Components/ShowComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         // If a setup closure is provided, apply it
47 47
         if ($this->setup) {
48 48
             if (!empty($columns)) {
49
-                throw new \Exception('You cannot define both setup closure and columns for a ' . class_basename(static::class) . ' component.');
49
+                throw new \Exception('You cannot define both setup closure and columns for a '.class_basename(static::class).' component.');
50 50
             }
51 51
 
52 52
             ($this->setup)($this->crud, $this->entry);
Please login to merge, or discard this patch.