| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class forceReply extends types { |
||
|
|
|||
| 17 | /** Keep all properties which has sub properties */ |
||
| 18 | private const subs = []; |
||
| 19 | |||
| 20 | /** Shows reply interface to the user, as if they manually selected the bot's message and tapped 'Reply' */ |
||
| 21 | public bool $force_reply; |
||
| 22 | |||
| 23 | /** Optional. The placeholder to be shown in the input field when the reply is active; 1-64 characters */ |
||
| 24 | public string $input_field_placeholder; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Optional. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are |
||
| 28 | * mentioned in the text of the Message object; 2) if the bot's message is a reply to a message in the same chat |
||
| 29 | * and forum topic, sender of the original message. |
||
| 30 | */ |
||
| 31 | public bool $selective; |
||
| 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