Total Complexity | 3 |
Total Lines | 88 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
8 | class FileSystemEntities extends AbstractModel |
||
9 | { |
||
10 | /** |
||
11 | * |
||
12 | * @var integer |
||
13 | */ |
||
14 | public $filesystem_id; |
||
15 | |||
16 | /** |
||
17 | * |
||
18 | * @var integer |
||
19 | */ |
||
20 | public $entity_id; |
||
21 | |||
22 | /** |
||
23 | * |
||
24 | * @var integer |
||
25 | */ |
||
26 | public $system_modules_id; |
||
27 | |||
28 | /** |
||
29 | * |
||
30 | * @var string |
||
31 | */ |
||
32 | public $field_name; |
||
33 | |||
34 | /** |
||
35 | * |
||
36 | * @var string |
||
37 | */ |
||
38 | public $created_at; |
||
39 | |||
40 | /** |
||
41 | * |
||
42 | * @var string |
||
43 | */ |
||
44 | public $updated_at; |
||
45 | |||
46 | /** |
||
47 | * |
||
48 | * @var integer |
||
49 | */ |
||
50 | public $is_deleted; |
||
51 | |||
52 | /** |
||
53 | * Initialize method for model. |
||
54 | */ |
||
55 | public function initialize() |
||
64 | ); |
||
65 | } |
||
66 | |||
67 | /** |
||
68 | * Validate the model |
||
69 | * |
||
70 | * @return void |
||
71 | */ |
||
72 | public function validation() |
||
86 | } |
||
87 | |||
88 | /** |
||
89 | * Returns table name mapped in the model. |
||
90 | * |
||
91 | * @return string |
||
92 | */ |
||
93 | public function getSource() : string |
||
98 |
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