| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class pollOption extends types { |
||
|
|
|||
| 11 | /** Keep all properties which has sub properties */ |
||
| 12 | private const subs = ['array' => ['text_entities' => 'BPT\types\messageEntity']]; |
||
| 13 | |||
| 14 | /** Option text, 1-100 characters */ |
||
| 15 | public string $text; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Optional. Special entities that appear in the option text. Currently, only custom emoji entities are allowed |
||
| 19 | * in poll option texts |
||
| 20 | * @var messageEntity[] |
||
| 21 | */ |
||
| 22 | public array $text_entities; |
||
| 23 | |||
| 24 | /** Number of users that voted for this option */ |
||
| 25 | public int $voter_count; |
||
| 26 | |||
| 27 | |||
| 28 | public function __construct(stdClass|null $object = null) { |
||
| 34 |
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