Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class dice extends types { |
||
|
|||
11 | /** Keep all properties which has sub properties */ |
||
12 | private const subs = []; |
||
13 | |||
14 | /** Emoji on which the dice throw animation is based */ |
||
15 | public string $emoji; |
||
16 | |||
17 | /** |
||
18 | * Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and “⚽” |
||
19 | * base emoji, 1-64 for “🎰” base emoji |
||
20 | */ |
||
21 | public int $value; |
||
22 | |||
23 | |||
24 | public function __construct(stdClass|null $object = null) { |
||
30 |
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