| Total Complexity | 7 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class Roulette extends RateUp { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * encode to Json. |
||
| 17 | * |
||
| 18 | * @param string $dt |
||
| 19 | * @return json |
||
|
|
|||
| 20 | */ |
||
| 21 | protected static function jsonItem($dt) { |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Add drop up rate to items. |
||
| 28 | * |
||
| 29 | * @param mixed $item_list |
||
| 30 | * @param array $items |
||
| 31 | * @param float $rate |
||
| 32 | * @return array |
||
| 33 | */ |
||
| 34 | protected static function itemDropUp($item_list, $items, $rate) |
||
| 35 | { |
||
| 36 | return self::_itemDropUp($item_list, $items, $rate); |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Get Item. |
||
| 41 | * |
||
| 42 | * @param array $item |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | protected static function get($items) { |
||
| 67 | } |
||
| 68 | } |
||
| 70 | } |
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