| Conditions | 1 |
| Paths | 1 |
| Total Lines | 18 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | public static function fromModel(CompanyModel $companyModel): self |
||
| 44 | { |
||
| 45 | $contact = Contact::create( |
||
| 46 | $companyModel->uuid(), |
||
| 47 | $companyModel->companyName(), |
||
| 48 | $companyModel->address(), |
||
| 49 | $companyModel->zipCode(), |
||
| 50 | $companyModel->town(), |
||
| 51 | $companyModel->country(), |
||
| 52 | $companyModel->phone(), |
||
| 53 | $companyModel->facsimile(), |
||
| 54 | $companyModel->email(), |
||
| 55 | $companyModel->contactName(), |
||
| 56 | $companyModel->cellphone(), |
||
| 57 | $companyModel->slug() |
||
| 58 | ); |
||
| 59 | |||
| 60 | return new self($contact); |
||
| 61 | } |
||
| 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