Total Complexity | 5 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class Event extends Model |
||
8 | { |
||
9 | protected $gedcom_event_names = []; |
||
10 | |||
11 | public function place() |
||
14 | } |
||
15 | |||
16 | public function getPlacename() |
||
17 | { |
||
18 | return $this->place ? $this->place->title : 'unknown place'; |
||
19 | } |
||
20 | |||
21 | public function getTitle() |
||
24 | } |
||
25 | |||
26 | public function scopeOrderByDate($query) |
||
29 | } |
||
30 | } |
||
31 |
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