| Total Complexity | 2 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class inlineKeyboardMarkup extends types { |
||
|
|
|||
| 12 | /** Keep all of properties which has sub properties */ |
||
| 13 | private const subs = ['array' => ['array' => ['inline_keyboard' => 'BPT\types\inlineKeyboardButton']]]; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Array of button rows, each represented by an Array of InlineKeyboardButton objects |
||
| 17 | * @var inlineKeyboardButton[][] |
||
| 18 | */ |
||
| 19 | public array $inline_keyboard; |
||
| 20 | |||
| 21 | |||
| 22 | public function __construct(stdClass|null $object = null) { |
||
| 28 |
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