Total Complexity | 1 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class inlineQueryResultCachedSticker extends types { |
||
|
|||
13 | /** Keep all of properties which has sub properties */ |
||
14 | private const subs = [ |
||
15 | 'reply_markup' => 'BPT\types\inlineKeyboardMarkup', |
||
16 | 'input_message_content' => 'BPT\types\inputMessageContent', |
||
17 | ]; |
||
18 | |||
19 | /** Type of the result, must be sticker */ |
||
20 | public string $type; |
||
21 | |||
22 | /** Unique identifier for this result, 1-64 bytes */ |
||
23 | public string $id; |
||
24 | |||
25 | /** A valid file identifier of the sticker */ |
||
26 | public string $sticker_file_id; |
||
27 | |||
28 | /** Optional. Inline keyboard attached to the message */ |
||
29 | public inlineKeyboardMarkup $reply_markup; |
||
30 | |||
31 | /** Optional. Content of the message to be sent instead of the sticker */ |
||
32 | public inputMessageContent $input_message_content; |
||
33 | |||
34 | |||
35 | public function __construct(stdClass $update) { |
||
39 |
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