| Total Complexity | 6 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 15 | class DevMetadataLoader implements MetadataLoaderInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var array |
||
| 19 | */ |
||
| 20 | private $metadataCache = []; |
||
| 21 | /** |
||
| 22 | * @var MetadataGenerator |
||
| 23 | */ |
||
| 24 | private $metadataGenerator; |
||
| 25 | /** |
||
| 26 | * @var DefinitionsReader |
||
| 27 | */ |
||
| 28 | private $wsdlReader; |
||
| 29 | /** |
||
| 30 | * @var SoapReader |
||
| 31 | */ |
||
| 32 | private $soapReader; |
||
| 33 | |||
| 34 | public function __construct(MetadataGenerator $metadataGenerator, SoapReader $soapReader, DefinitionsReader $wsdlReader) |
||
| 39 | } |
||
| 40 | |||
| 41 | public function load(string $wsdl): array |
||
| 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