Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | class UUEncodedPartFactory extends MessagePartFactory |
||
19 | { |
||
20 | /** |
||
21 | * Constructs a new UUEncodedPart object and returns it |
||
22 | * |
||
23 | * @param StreamInterface $messageStream |
||
24 | * @param PartBuilder $partBuilder |
||
25 | * @return \ZBateson\MailMimeParser\Message\UUEncodedPartPart |
||
|
|||
26 | */ |
||
27 | 1 | public function newInstance(StreamInterface $messageStream, PartBuilder $partBuilder) |
|
37 |
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