Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class botCommandScope extends types { |
||
|
|||
14 | /** Keep all of properties which has sub properties */ |
||
15 | private const subs = []; |
||
16 | |||
17 | /** |
||
18 | * Scope type, could be `default`, `all_private_chats`, `all_group_chats`, `all_chat_administrators`, `chat`, `chat_administrators`, `chat_member` |
||
19 | */ |
||
20 | public string $type; |
||
21 | |||
22 | /** |
||
23 | * `chat` and `chat_administrators` and `chat_member` only. Unique identifier for the target chat or username of the target supergroup (in the format supergroupusername) |
||
24 | */ |
||
25 | public int $chat_id; |
||
26 | |||
27 | /** `chat_member` only. Unique identifier of the target user */ |
||
28 | public int $user_id; |
||
29 | |||
30 | |||
31 | public function __construct(stdClass|null $object = null) { |
||
36 | } |
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