Total Complexity | 2 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
6 | class AppsRoles extends \Baka\Auth\Models\AppsRoles |
||
|
|||
7 | { |
||
8 | /** |
||
9 | * |
||
10 | * @var integer |
||
11 | */ |
||
12 | public $apps_id; |
||
13 | |||
14 | /** |
||
15 | * |
||
16 | * @var string |
||
17 | */ |
||
18 | public $roles_name; |
||
19 | |||
20 | /** |
||
21 | * Initialize method for model. |
||
22 | */ |
||
23 | public function initialize() |
||
34 | ); |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * Returns table name mapped in the model. |
||
39 | * |
||
40 | * @return string |
||
41 | */ |
||
42 | public function getSource() : string |
||
47 |
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