Conditions | 3 |
Paths | 2 |
Total Lines | 10 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 3.3332 |
Changes | 0 |
1 | <?php |
||
19 | 106 | public function __call($method, $args) |
|
20 | { |
||
21 | 106 | resolve('heyman.chain')->startChain(); |
|
22 | |||
23 | 106 | if (config()->get('app.debug') and ! app()->environment('production')) { |
|
24 | $info = array_only(debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, 2)[1], ['file', 'line', 'args']); |
||
25 | resolve('heyman.chain')->set('debugInfo', $info); |
||
26 | } |
||
27 | |||
28 | 106 | return SituationsProxy::call($method, $args); |
|
29 | } |
||
46 |
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