Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class replyKeyboardRemove extends types { |
||
|
|||
14 | /** Keep all of properties which has sub properties */ |
||
15 | private const subs = []; |
||
16 | |||
17 | /** |
||
18 | * Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to |
||
19 | * hide the keyboard from sight but keep it accessible, use one_time_keyboard in ReplyKeyboardMarkup) |
||
20 | */ |
||
21 | public bool $remove_keyboard; |
||
22 | |||
23 | /** |
||
24 | * Optional. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users |
||
25 | * that are mentioned in the text of the Message object; 2) if the bot's message is a reply (has |
||
26 | * reply_to_message_id), sender of the original message.Example: A user votes in a poll, bot returns confirmation |
||
27 | * message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with |
||
28 | * poll options to users who haven't voted yet. |
||
29 | */ |
||
30 | public bool $selective; |
||
31 | |||
32 | |||
33 | public function __construct(stdClass $update) { |
||
37 |
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