Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class ForwardCv extends Mailable |
||
13 | { |
||
14 | // use Queueable, SerializesModels; |
||
15 | use Queueable; |
||
16 | |||
17 | /** |
||
18 | * @var MessageTemplate |
||
19 | */ |
||
20 | public $messageTemplate; |
||
21 | |||
22 | /** |
||
23 | * Create a new message instance. |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | public function __construct($messageTemplate) |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Build the message. |
||
34 | * |
||
35 | * @return $this |
||
36 | */ |
||
37 | public function build() |
||
49 |
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