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
07:17 queued 10s
created
src/app/Library/CrudPanel/Traits/Relationships.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
      * Based on relation type returns if relation allows multiple entities.
156 156
      *
157 157
      * @param string $relationType
158
-     * @return bool
158
+     * @return boolean|null
159 159
      */
160 160
     public function relationAllowsMultiple($relationType)
161 161
     {
Please login to merge, or discard this patch.
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.