Total Complexity | 1 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
4 | class TradeAsset { |
||
5 | public function __toString() { |
||
7 | } |
||
8 | |||
9 | /** @var int */ |
||
10 | public $trade_asset_id; |
||
11 | |||
12 | /** @var int */ |
||
13 | public $trade_id; |
||
14 | |||
15 | /** @var int */ |
||
16 | public $oldmanager_id; |
||
17 | |||
18 | /** @var int */ |
||
19 | public $newmanager_id; |
||
20 | |||
21 | /** @var Player */ |
||
|
|||
22 | public $player; |
||
23 | |||
24 | /** @var Manager */ |
||
25 | public $oldmanager; |
||
26 | |||
27 | /** @var Manager */ |
||
28 | public $newmanager; |
||
29 | |||
30 | /** @var bool */ |
||
31 | public $was_drafted; |
||
32 | } |
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