| Total Complexity | 2 |
| Total Lines | 77 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 15 | class CompaniesGroups extends AbstractModel |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * |
||
| 19 | * @var integer |
||
| 20 | */ |
||
| 21 | public $id; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * |
||
| 25 | * @var string |
||
| 26 | */ |
||
| 27 | public $name; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * |
||
| 31 | * @var integer |
||
| 32 | */ |
||
| 33 | public $apps_id; |
||
| 34 | |||
| 35 | /** |
||
| 36 | * |
||
| 37 | * @var integer |
||
| 38 | */ |
||
| 39 | public $users_id; |
||
| 40 | |||
| 41 | /** |
||
| 42 | * |
||
| 43 | * @var string |
||
| 44 | */ |
||
| 45 | public $created_at; |
||
| 46 | |||
| 47 | /** |
||
| 48 | * |
||
| 49 | * @var string |
||
| 50 | */ |
||
| 51 | public $updated_at; |
||
| 52 | |||
| 53 | /** |
||
| 54 | * |
||
| 55 | * @var integer |
||
| 56 | */ |
||
| 57 | public $is_deleted; |
||
| 58 | |||
| 59 | /** |
||
| 60 | * Initialize method for model. |
||
| 61 | */ |
||
| 62 | public function initialize() |
||
| 81 | ); |
||
| 82 | } |
||
| 83 | |||
| 84 | /** |
||
| 85 | * Returns table name mapped in the model. |
||
| 86 | * |
||
| 87 | * @return string |
||
| 88 | */ |
||
| 89 | public function getSource() : string |
||
| 94 |
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