Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class MailTransport implements TransportInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var \Symfony\Component\Mailer\Transport\TransportInterface |
||
13 | */ |
||
14 | private $instance; |
||
15 | private string $dsn; |
||
16 | public function __construct(string $dsn) |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @return \Symfony\Component\Mailer\Transport\TransportInterface |
||
23 | 4 | */ |
|
24 | public function getInstance(): \Symfony\Component\Mailer\Transport\TransportInterface |
||
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