| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | class userShared extends types { |
||
|
|
|||
| 15 | /** Keep all properties which has sub properties */ |
||
| 16 | private const subs = []; |
||
| 17 | /** Identifier of the request */ |
||
| 18 | public int $request_id; |
||
| 19 | /** |
||
| 20 | * Identifier of the shared user. This number may have more than 32 significant bits and some programming |
||
| 21 | * languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a |
||
| 22 | * 64-bit integer or double-precision float type are safe for storing this identifier. The bot may not have |
||
| 23 | * access to the user and could be unable to use this identifier, unless the user is already known to the bot by |
||
| 24 | * some other means. |
||
| 25 | */ |
||
| 26 | public int $user_id; |
||
| 27 | |||
| 28 | public function __construct (stdClass|null $object = null) { |
||
| 31 | } |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Get shared user info by using getChat method |
||
| 36 | * |
||
| 37 | * @param bool|null $answer |
||
| 38 | * |
||
| 39 | * @return responseError|chat |
||
| 40 | */ |
||
| 41 | public function getInfo (bool $answer = null): responseError|chat { |
||
| 45 |
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