| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class inputTextMessageContent extends types { |
||
|
|
|||
| 11 | /** Keep all of properties which has sub properties */ |
||
| 12 | private const subs = []; |
||
| 13 | |||
| 14 | /** Text of the message to be sent, 1-4096 characters */ |
||
| 15 | public string $message_text; |
||
| 16 | |||
| 17 | /** Optional. Mode for parsing entities in the message text. See formatting options for more details. */ |
||
| 18 | public string $parse_mode; |
||
| 19 | |||
| 20 | /** Optional. List of special entities that appear in message text, which can be specified instead of parse_mode */ |
||
| 21 | public array $entities; |
||
| 22 | |||
| 23 | /** Optional. Disables link previews for links in the sent message */ |
||
| 24 | public bool $disable_web_page_preview; |
||
| 25 | |||
| 26 | |||
| 27 | public function __construct(stdClass $update) { |
||
| 31 |
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