Conditions | 3 |
Paths | 4 |
Total Lines | 15 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 12 |
Changes | 0 |
1 | <?php |
||
22 | protected function export(): void |
||
23 | { |
||
24 | foreach ($this->getMessages() as $message) { |
||
25 | $this->handler->breadcrumb( |
||
26 | $message->level(), |
||
27 | $message->message(), |
||
28 | $message->context() |
||
29 | ); |
||
30 | } |
||
31 | |||
32 | foreach ($this->getMessages() as $message) { |
||
33 | $this->handler->log( |
||
34 | $message->level(), |
||
35 | $message->message(), |
||
36 | $message->context() |
||
37 | ); |
||
41 |
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