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 (#1558)
by Cristian
07:35 queued 46s
created
src/CrudServiceProvider.php 2 patches
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\CRUD;
4 4
 
5
-use Route;
6 5
 use GuzzleHttp\Client;
7 6
 use Illuminate\Support\ServiceProvider;
8 7
 
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
      * Check if the application is running in normal conditions
127 127
      * (production env, not in console, not in unit tests).
128 128
      *
129
-     * @return void
129
+     * @return boolean
130 130
      */
131 131
     private function runningInProduction()
132 132
     {
Please login to merge, or discard this patch.