| Total Complexity | 6 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class ContractService |
||
| 11 | { |
||
| 12 | |||
| 13 | public function __construct( |
||
| 14 | private EntityManagerInterface $manager, |
||
| 15 | private PdfService $pdf, |
||
| 16 | private ModelService $modelService |
||
| 17 | ) {} |
||
| 18 | |||
| 19 | public function genetateFromModel(Contract $data) |
||
| 32 | } |
||
| 33 | |||
| 34 | public function getContractPDFContent(Contract $contract): string |
||
| 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