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

Test Failed
Push — CrudButton-fixees ( a4c9f3 )
by Pedro
11:18
created
src/app/Library/CrudPanel/CrudButton.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
     private function getViewPathsWithFallbacks()
280 280
     {
281 281
         $type = $this->name;
282
-        $paths = array_map(function ($item) use ($type) {
282
+        $paths = array_map(function($item) use ($type) {
283 283
             return $item.'.'.$type;
284 284
         }, ViewNamespaces::getFor('buttons'));
285 285
 
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
     {
446 446
         $itemExists = $this->collection()->contains('name', $this->name);
447 447
 
448
-        if (! $itemExists) {
448
+        if (!$itemExists) {
449 449
             if ($this->position == 'beginning') {
450 450
                 $this->crud()->setOperationSetting('buttons', $this->collection()->prepend($this));
451 451
             } else {
Please login to merge, or discard this patch.