| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class forumTopic extends types { |
||
|
|
|||
| 11 | /** Keep all of properties which has sub properties */ |
||
| 12 | private const subs = []; |
||
| 13 | |||
| 14 | /** Unique identifier of the forum topic */ |
||
| 15 | public int $message_thread_id; |
||
| 16 | |||
| 17 | /** Name of the topic */ |
||
| 18 | public string $name; |
||
| 19 | |||
| 20 | /** Color of the topic icon in RGB format */ |
||
| 21 | public int $icon_color; |
||
| 22 | |||
| 23 | /** Optional. Unique identifier of the custom emoji shown as the topic icon */ |
||
| 24 | public null|string $icon_custom_emoji_id = null; |
||
| 25 | |||
| 26 | |||
| 27 | public function __construct(stdClass|null $object = null) { |
||
| 33 |
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