Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class Scope implements ScopeEntityInterface |
||
11 | { |
||
12 | /** @var string */ |
||
13 | protected $identifier; |
||
14 | |||
15 | /** |
||
16 | * Scope constructor. |
||
17 | * |
||
18 | * @param string $identifier |
||
19 | */ |
||
20 | public function __construct(string $identifier) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Get the client's identifier. |
||
27 | * |
||
28 | * @return string |
||
29 | */ |
||
30 | public function getIdentifier() |
||
33 | } |
||
34 | |||
35 | public function jsonSerialize() |
||
40 |
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