Total Complexity | 5 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 63.64% |
Changes | 0 |
1 | <?php |
||
14 | class QueueListener extends AbstractListener |
||
15 | { |
||
16 | 1 | public function handleMessage( |
|
29 | } |
||
30 | 1 | } |
|
31 | |||
32 | /** |
||
33 | * @return string |
||
34 | */ |
||
35 | 1 | public function getQueueName(): string |
|
36 | { |
||
37 | 1 | return $this->getFactory()->createEventQueue()->getName(); |
|
38 | } |
||
39 | |||
40 | /** |
||
41 | * @return int |
||
42 | */ |
||
43 | 1 | public function getChunkSize(): int |
|
46 | } |
||
47 | } |
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