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
Pull Request — master (#2311)
by Cristian
17:53
created
src/app/Library/CrudPanel/Traits/AutoSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     /**
90 90
      * Infer a field type, judging from the database column type.
91 91
      *
92
-     * @param string $field Field name.
92
+     * @param string $fieldName Field name.
93 93
      *
94 94
      * @return string Field type.
95 95
      */
Please login to merge, or discard this patch.
src/app/Library/CrudPanel/Traits/Relationships.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Gets the relation data from the method in the model.
69 69
      *
70
-     * @param ReflectionMethod $method
70
+     * @param \ReflectionMethod $method
71 71
      * @return array
72 72
      */
73 73
     public function inferFieldAttributesFromRelationship($method)
Please login to merge, or discard this patch.