| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class keyboardButtonRequestUser extends types { |
||
|
|
|||
| 12 | /** Keep all of properties which has sub properties */ |
||
| 13 | private const subs = []; |
||
| 14 | |||
| 15 | /** Signed 32-bit identifier of the request */ |
||
| 16 | public int $request_id; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Optional. Pass True to request a bot, pass False to request a regular user. If not specified, no additional |
||
| 20 | * restrictions are applied. |
||
| 21 | */ |
||
| 22 | public bool $user_is_bot; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Optional. Pass True to request a premium user, pass False to request a non-premium user. If not specified, no |
||
| 26 | * additional restrictions are applied. |
||
| 27 | */ |
||
| 28 | public bool $user_is_premium; |
||
| 29 | |||
| 30 | |||
| 31 | public function __construct(stdClass|null $object = null) { |
||
| 37 |
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