We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Total Complexity | 1 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | trait Sluggable |
||
9 | { |
||
10 | use OriginalSluggable; |
||
11 | |||
12 | /** |
||
13 | * Query scope for finding "similar" slugs, used to determine uniqueness. |
||
14 | * |
||
15 | * @param \Illuminate\Database\Eloquent\Builder $query |
||
16 | * @param string $attribute |
||
17 | * @param array $config |
||
18 | * @param string $slug |
||
19 | * |
||
20 | * @return \Illuminate\Database\Eloquent\Builder |
||
21 | */ |
||
22 | public function scopeFindSimilarSlugs(Builder $query, string $attribute, array $config, string $slug): Builder |
||
35 |
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