Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | final class RabbitSender extends Rabbit // implements Interface |
||
13 | { |
||
14 | public function __construct(string $queue, string $exchanger) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * The sender will be send your text message to queue |
||
25 | * @var string $message The message you will send |
||
26 | */ |
||
27 | public function sendMessage(string $message) |
||
40 |
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