Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class switchInlineQueryChosenChat extends types { |
||
|
|||
12 | /** Keep all properties which has sub properties */ |
||
13 | private const subs = []; |
||
14 | |||
15 | /** |
||
16 | * Optional. The default inline query to be inserted in the input field. If left empty, only the bot's username |
||
17 | * will be inserted |
||
18 | */ |
||
19 | public string $query; |
||
20 | |||
21 | /** Optional. True, if private chats with users can be chosen */ |
||
22 | public bool $allow_user_chats; |
||
23 | |||
24 | /** Optional. True, if private chats with bots can be chosen */ |
||
25 | public bool $allow_bot_chats; |
||
26 | |||
27 | /** Optional. True, if group and supergroup chats can be chosen */ |
||
28 | public bool $allow_group_chats; |
||
29 | |||
30 | /** Optional. True, if channel chats can be chosen */ |
||
31 | public bool $allow_channel_chats; |
||
32 | |||
33 | |||
34 | public function __construct(stdClass|null $object = null) { |
||
40 |
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