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 (#267)
by
unknown
01:09
created
src/PermissionManagerServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Backpack\PermissionManager;
4 4
 
5
-use Config;
6 5
 use Illuminate\Routing\Router;
7 6
 use Illuminate\Support\ServiceProvider;
8 7
 use Spatie\Permission\PermissionServiceProvider;
Please login to merge, or discard this patch.
src/app/Http/Controllers/UserCrudController.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -125,6 +125,8 @@
 block discarded – undo
125 125
 
126 126
     /**
127 127
      * Handle password input fields.
128
+     * @param \Illuminate\Http\Request $request
129
+     * @return \Illuminate\Http\Request|null
128 130
      */
129 131
     protected function handlePasswordInput($request)
130 132
     {
Please login to merge, or discard this patch.