Total Complexity | 4 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class FrequencyDistributionExpressionFactory |
||
9 | { |
||
10 | /** |
||
11 | * Create a new trend expression instance. |
||
12 | * |
||
13 | * @param \Illuminate\Database\Eloquent\Builder $query |
||
14 | * @param string $column |
||
15 | * @param int $stepSize |
||
16 | * |
||
17 | * @return \Laravel\Nova\Metrics\FrequencyDistributionExpression |
||
18 | */ |
||
19 | public static function make(Builder $query, $column, $stepSize) |
||
33 |
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:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths