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