| Total Complexity | 1 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class Users extends Orm |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * table name |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | protected $tablename; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * table primary key |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | protected $primary; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * table name |
||
| 24 | * @var string |
||
| 25 | */ |
||
| 26 | protected $dbname; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * pool name |
||
| 30 | * @var string |
||
| 31 | */ |
||
| 32 | protected $poolname; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * instanciate |
||
| 36 | * |
||
| 37 | * @param \App\Container $container |
||
| 38 | * @return self |
||
| 39 | */ |
||
| 40 | public function _construct(\App\Container $container) |
||
| 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