Total Complexity | 1 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | final class CepAddress |
||
29 | { |
||
30 | /** |
||
31 | * @ApiProperty(identifier=true) |
||
32 | * @var string |
||
33 | */ |
||
34 | public $id; |
||
35 | |||
36 | /** |
||
37 | * @var string |
||
38 | */ |
||
39 | public $description; |
||
40 | |||
41 | /** |
||
42 | * @var string |
||
43 | */ |
||
44 | public $country; |
||
45 | |||
46 | /** |
||
47 | * @var string |
||
48 | */ |
||
49 | public $state; |
||
50 | |||
51 | /** |
||
52 | * @var string |
||
53 | */ |
||
54 | public $city; |
||
55 | |||
56 | /** |
||
57 | * @var string |
||
58 | */ |
||
59 | public $district; |
||
60 | |||
61 | /** |
||
62 | * @var string |
||
63 | */ |
||
64 | public $street; |
||
65 | |||
66 | /** |
||
67 | * @var string |
||
68 | */ |
||
69 | public $provider; |
||
70 | |||
71 | public function __construct(string $id) |
||
76 |
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