Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
9 | class SecurityMail extends Mailable |
||
10 | { |
||
11 | use SerializesModels; |
||
12 | use Queueable; |
||
13 | |||
14 | protected $checkResult; |
||
15 | |||
16 | /** |
||
17 | * SecurityMail constructor. |
||
18 | * |
||
19 | * @param array $checkResult results from the Security Checker |
||
20 | */ |
||
21 | public function __construct($checkResult) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Build the message. |
||
28 | * |
||
29 | * @return $this |
||
30 | */ |
||
31 | public function build() |
||
46 |
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