| Total Complexity | 2 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class Preferenser { |
||
| 23 | use Tick; |
||
| 24 | use Konstanter; |
||
| 25 | |||
| 26 | public DBPreferenser $db_preferenser; |
||
| 27 | public int $hg_min = self::HG_MIN; |
||
| 28 | /** |
||
| 29 | * @var string[] $utdata |
||
| 30 | */ |
||
| 31 | public array $utdata = []; |
||
| 32 | |||
| 33 | 2 | public function __construct( |
|
| 34 | protected Utdelning $utdelning, |
||
| 35 | protected Prediktioner $odds, |
||
| 36 | protected Prediktioner $streck, |
||
| 37 | protected Matcher $matcher |
||
| 38 | ) { |
||
| 39 | 2 | } |
|
| 40 | |||
| 41 | /** |
||
| 42 | * Uppdatera preferenser. |
||
| 43 | */ |
||
| 44 | 2 | protected function uppdatera_preferenser(): void { |
|
| 62 | } |
||
| 63 | } |
||
| 64 |
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