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 Failed
Push — v4dot1 ( d0147e...2219a0 )
by
unknown
05:44
created
src/app/Library/CrudPanel/Traits/FieldsProtectedMethods.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -93,9 +93,9 @@
 block discarded – undo
93 93
         // if there's a column in the db for this field name
94 94
         // most likely it doesn't need 'entity', UNLESS it's a foreign key
95 95
         // TODO: make this work
96
-         if ($relation_method = $this->checkIfFieldNameBelongsToAnyRelation($field['name'])) {
97
-             $field['entity'] = $relation_method['entity'];
98
-         }
96
+            if ($relation_method = $this->checkIfFieldNameBelongsToAnyRelation($field['name'])) {
97
+                $field['entity'] = $relation_method['entity'];
98
+            }
99 99
 
100 100
         return $field;
101 101
     }
Please login to merge, or discard this patch.
src/app/Library/CrudPanel/Traits/Relationships.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             }
53 53
             return false;
54 54
 
55
-        }catch(\Exception $e) {
55
+        } catch(\Exception $e) {
56 56
             return false;
57 57
         }
58 58
     }
Please login to merge, or discard this patch.