Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class writeAccessAllowed extends types { |
||
|
|||
13 | /** Keep all properties which has sub properties */ |
||
14 | private const subs = []; |
||
15 | |||
16 | /** |
||
17 | * Optional. True, if the access was granted after the user accepted an explicit request from a Web App sent by |
||
18 | * the method requestWriteAccess |
||
19 | */ |
||
20 | public bool $from_request; |
||
21 | |||
22 | /** Optional. Name of the Web App, if the access was granted when the Web App was launched from a link */ |
||
23 | public string $web_app_name; |
||
24 | |||
25 | /** Optional. True, if the access was granted when the bot was added to the attachment or side menu */ |
||
26 | public bool $from_attachment_menu; |
||
27 | |||
28 | |||
29 | public function __construct(stdClass|null $object = null) { |
||
35 |
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