The type BPT\types\types was not found. Maybe you did not declare it correctly or list all dependencies?
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:
/** Keep all of properties which has sub properties */
15
private const subs = [];
16
17
/**
18
* Scope type, could be `default`, `all_private_chats`, `all_group_chats`, `all_chat_administrators`, `chat`, `chat_administrators`, `chat_member`
19
*/
20
public string $type;
21
22
/**
23
* `chat` and `chat_administrators` and `chat_member` only. Unique identifier for the target chat or username of the target supergroup (in the format supergroupusername)
24
*/
25
public int $chat_id;
26
27
/** `chat_member` only. Unique identifier of the target user */
28
public int $user_id;
29
30
31
public function __construct(stdClass|null $object = null) {
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