Total Complexity | 4 |
Total Lines | 52 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | final class Plugin implements Bootable |
||
9 | { |
||
10 | /** |
||
11 | * Boot the service. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public static function boot(): void |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Setup the SMTP connection. |
||
26 | * |
||
27 | * @param PHPMailer $mailer |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function setup(PHPMailer $mailer): void |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * Setup "From Name" header. |
||
44 | * |
||
45 | * @return string |
||
46 | */ |
||
47 | public function fromName(): string |
||
50 | } |
||
51 | |||
52 | /** |
||
53 | * Setup "From Address" header. |
||
54 | * |
||
55 | * @return string |
||
56 | */ |
||
57 | public function fromAddress(): string |
||
62 |
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