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

Passed
Branch blood-banks-feature (e99ec3)
by José
03:49
created
app/Http/Controllers/API/V1/BankController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
 
11 11
 class BankController extends Controller
12 12
 {
13
-     /**
14
-     * Initialize the class
15
-     * and set the middleware
16
-     */
13
+      /**
14
+       * Initialize the class
15
+       * and set the middleware
16
+       */
17 17
     public function __construct()
18 18
     {
19 19
         $this->middleware('jwt.auth', [ 'except' => [ 'index' ] ]);
Please login to merge, or discard this patch.
app/Uuids.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         parent::boot();
18 18
 
19
-        static::creating(function ($model) {
19
+        static::creating(function($model) {
20 20
           $model->{$model->getKeyName()} = Uuid::generate()->string;
21 21
         });
22 22
     }
Please login to merge, or discard this patch.