Conditions | 3 |
Paths | 2 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
48 | protected function getCwpProxy() |
||
49 | { |
||
50 | if (!Environment::getEnv('SS_OUTBOUND_PROXY') || !Environment::getEnv('SS_OUTBOUND_PROXY_PORT')) { |
||
51 | return ''; |
||
52 | } |
||
53 | |||
54 | return sprintf( |
||
55 | 'tcp://%s:%d', |
||
56 | Environment::getEnv('SS_OUTBOUND_PROXY'), |
||
57 | Environment::getEnv('SS_OUTBOUND_PROXY_PORT') |
||
58 | ); |
||
61 |
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