| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | 1 | public function newInstance(StreamInterface $messageStream, PartBuilder $partBuilder) |
|
| 28 | { |
||
| 29 | 1 | return new UUEncodedPart( |
|
| 30 | 1 | $partBuilder, |
|
| 31 | 1 | $this->partStreamFilterManagerFactory->newInstance(), |
|
| 32 | 1 | $this->streamDecoratorFactory->getLimitedPartStream($messageStream, $partBuilder), |
|
| 33 | 1 | $this->streamDecoratorFactory->getLimitedContentStream($messageStream, $partBuilder) |
|
| 34 | ); |
||
| 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