Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
19 | class EmailLog extends LogOutputAbstract{ |
||
20 | |||
21 | protected $mailer; |
||
22 | |||
23 | /** @noinspection PhpMissingParentConstructorInspection */ |
||
24 | /** |
||
25 | * EmailLog constructor. |
||
26 | * |
||
27 | * @param \chillerlan\Settings\SettingsContainerInterface|null $options |
||
28 | * @param \PHPMailer\PHPMailer\PHPMailer $mailer |
||
29 | */ |
||
30 | public function __construct(SettingsContainerInterface $options, PHPMailer $mailer){ |
||
33 | } |
||
34 | |||
35 | protected function __log(string $level, string $message, array $context = null){ |
||
40 |
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