| Conditions | 2 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | public function mapToObject($emailTemplates, $emailTemplatesDto, array $context = []) |
||
| 20 | { |
||
| 21 | $emailTemplatesDto->id = $emailTemplates->getId(); |
||
| 22 | $emailTemplatesDto->companies_id = $emailTemplates->companies_id; |
||
| 23 | $emailTemplatesDto->app_id = $emailTemplates->app_id; |
||
| 24 | $emailTemplatesDto->name = $emailTemplates->name; |
||
| 25 | $emailTemplatesDto->template = urldecode($emailTemplates->template) ?: $emailTemplates->template; |
||
| 26 | $emailTemplatesDto->users_id = $emailTemplates->users_id; |
||
| 27 | $emailTemplatesDto->created_at = $emailTemplates->created_at; |
||
| 28 | $emailTemplatesDto->updated_at = $emailTemplates->updated_at; |
||
| 29 | $emailTemplatesDto->is_deleted = $emailTemplates->is_deleted; |
||
| 30 | |||
| 31 | return $emailTemplatesDto; |
||
| 32 | } |
||
| 34 |
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