Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class proximityAlertTriggered extends types { |
||
|
|||
12 | /** Keep all of properties which has sub properties */ |
||
13 | private const subs = ['traveler' => 'BPT\types\user', 'watcher' => 'BPT\types\user']; |
||
14 | |||
15 | /** User that triggered the alert */ |
||
16 | public user $traveler; |
||
17 | |||
18 | /** User that set the alert */ |
||
19 | public user $watcher; |
||
20 | |||
21 | /** The distance between the users */ |
||
22 | public int $distance; |
||
23 | |||
24 | |||
25 | public function __construct(stdClass $update) { |
||
29 |
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