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
Push — update-delete-and-bulk-delete-... ( d34e18 )
by Pedro
13:07
created
src/app/Http/Controllers/Operations/DeleteOperation.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,12 +29,12 @@
 block discarded – undo
29 29
     {
30 30
         $this->crud->allowAccess('delete');
31 31
 
32
-        $this->crud->operation('delete', function () {
32
+        $this->crud->operation('delete', function() {
33 33
             $this->crud->loadDefaultOperationSettingsFromConfig();
34 34
         });
35 35
 
36
-        if (! in_array('Backpack\Pro\Http\Controllers\Operations\TrashOperation', class_uses_recursive($this))) {
37
-            $this->crud->operation(['list', 'show'], function () {
36
+        if (!in_array('Backpack\Pro\Http\Controllers\Operations\TrashOperation', class_uses_recursive($this))) {
37
+            $this->crud->operation(['list', 'show'], function() {
38 38
                 $this->crud->addButton('line', 'delete', 'view', 'crud::buttons.delete', 'end');
39 39
             });
40 40
         }
Please login to merge, or discard this patch.