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

Test Setup Failed
Pull Request — master (#2308)
by Cristian
13:12 queued 07:03
created
src/app/Http/Controllers/Operations/FetchAjaxOperation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
             foreach ($whereToSearch as $searchColumn) {
99 99
                 $columnType = $conn->getSchemaBuilder()->getColumnType($table, $searchColumn);
100 100
 
101
-                $operation = ! isset($isFirst) ? 'where' : 'orWhere';
101
+                $operation = !isset($isFirst) ? 'where' : 'orWhere';
102 102
 
103 103
                 if ($columnType == 'string') {
104 104
                     $instance->{$operation}($searchColumn, 'LIKE', '%'.$search_term.'%');
Please login to merge, or discard this patch.