Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class Process implements \WillRy\RabbitRun\PubSub\WorkerInterface |
||
|
|||
6 | { |
||
7 | |||
8 | public function handle(\WillRy\RabbitRun\PubSub\Task $data) |
||
21 | |||
22 | |||
23 | /** Marca o item como erro */ |
||
24 | //$data->nackError(); |
||
25 | |||
26 | /** Marca o item como cancelado */ |
||
27 | //$data->nackCancel(); |
||
28 | } |
||
29 | |||
30 | |||
31 | public function error(array $databaseData, Exception $error = null) |
||
36 |
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