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

Completed
Pull Request — master (#2308)
by Cristian
15:39
created
src/app/Models/Traits/CrudTrait.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Register aditional types in doctrine schema manager for the current connection.
61 61
      *
62
-     * @param Model $instance
63 62
      * @return DB
64 63
      */
65 64
     public static function getConnectionWithExtraTypeMappings()
@@ -168,7 +167,7 @@  discard block
 block discarded – undo
168 167
      *
169 168
      * @param array $columns - the database columns that contain the JSONs
170 169
      *
171
-     * @return Model
170
+     * @return CrudTrait
172 171
      */
173 172
     public function withFakes($columns = [])
174 173
     {
Please login to merge, or discard this patch.