Total Complexity | 1 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
22 | class Table extends \Bluz\Db\Table |
||
|
|||
23 | { |
||
24 | /** |
||
25 | * Table |
||
26 | * |
||
27 | * @var string |
||
28 | */ |
||
29 | protected $name = 'acl_users_roles'; |
||
30 | |||
31 | /** |
||
32 | * Primary key(s) |
||
33 | * |
||
34 | * @var array |
||
35 | */ |
||
36 | protected $primary = ['userId', 'roleId']; |
||
37 | |||
38 | /** |
||
39 | * init |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | public function init(): void |
||
49 |
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