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 Setup Failed
Pull Request — master (#4161)
by
unknown
15:22
created

ChartController::setLibraryFilePathFromDatasetType()   B

Complexity

Conditions 7
Paths 7

Size

Total Lines 35
Code Lines 24

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 7
eloc 24
c 0
b 0
f 0
nc 7
nop 1
dl 0
loc 35
rs 8.6026
1
<?php
2
3
namespace Backpack\CRUD\app\Http\Controllers;
4
5
class ChartController extends \Backpack\Pro\Http\Controllers\ChartController
0 ignored issues
show
Bug introduced by
The type Backpack\Pro\Http\Controllers\ChartController was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
6
{
7
}
8