Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public function __construct( |
||
30 | $slug, |
||
31 | $total, |
||
32 | $complete, |
||
33 | $channel = ['name' => 'gedcom-progress', 'eventName' => 'newMessage'] |
||
34 | ) { |
||
35 | $this->slug = $slug; |
||
36 | $this->total = $total; |
||
37 | $this->complete = $complete; |
||
38 | $this->queue = 'low'; |
||
39 | |||
40 | $this->channel = $channel; |
||
41 | } |
||
72 |
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