| Total Complexity | 6 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Coverage | 29.4% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class WordsStorageUpload |
||
| 14 | { |
||
| 15 | private LoggerInterface $logger; |
||
| 16 | private FileReaderInterface $fileReader; |
||
| 17 | private MessageBusInterface $messageBus; |
||
| 18 | |||
| 19 | public function __construct( |
||
| 27 | } |
||
| 28 | |||
| 29 | 1 | public function execute(WordsStorageUploadCriteria $criteria): int |
|
| 38 | } |
||
| 39 | |||
| 40 | private function doExecute(WordsStorageUploadCriteria $criteria): int |
||
| 53 |
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