Total Complexity | 5 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | abstract class Service |
||
21 | { |
||
22 | use Configurable; |
||
23 | use Extensible { |
||
24 | defineMethods as extensibleDefineMethods; |
||
25 | } |
||
26 | use Injectable; |
||
27 | use Yieldable; |
||
28 | |||
29 | /** |
||
30 | * @var string |
||
31 | */ |
||
32 | protected $importerKey; |
||
33 | |||
34 | /** |
||
35 | * @var string |
||
36 | */ |
||
37 | protected $serviceName; |
||
38 | |||
39 | /** |
||
40 | * Service constructor. |
||
41 | * @param stirng $importerKey |
||
|
|||
42 | */ |
||
43 | public function __construct($importerKey) |
||
63 |
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