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
Push — master ( 1c3701...3da348 )
by Mark
02:16
created
app/Model/Menu.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Get the creators account name.
89 89
      *
90
-     * @return Account|mixed
90
+     * @return Account
91 91
      */
92 92
     public function creator() : Account
93 93
     {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
     /**
98 98
      * Get the creator model of the eloquent model.
99 99
      *
100
-     * @return Account|mixed
100
+     * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
101 101
      */
102 102
     public function modifier()
103 103
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace App\Model;
4 4
 
5 5
 use Carbon\Carbon;
6
-use Illuminate\Database\Eloquent\SoftDeletes;
7 6
 use Illuminate\Database\Eloquent\Model as EloquentModel;
7
+use Illuminate\Database\Eloquent\SoftDeletes;
8 8
 
9 9
 /**
10 10
  * Class Menus.
Please login to merge, or discard this patch.