Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | public function request(FactFinderSdkRecommendationRequestTransfer $factFinderRecommendationRequestTransfer) |
||
24 | { |
||
25 | $requestParameters = new Parameters(); |
||
26 | $requestParameters->setAll($factFinderRecommendationRequestTransfer->toArray()); |
||
27 | $this->factFinderConnector->setRequestParameters($requestParameters); |
||
28 | |||
29 | $recommendationAdapter = $this->factFinderConnector |
||
30 | ->createRecommendationAdapter(); |
||
31 | |||
32 | $responseTransfer = $this->converterFactory |
||
33 | ->createRecommendationResponseConverter($recommendationAdapter) |
||
34 | ->convert(); |
||
35 | |||
36 | return $responseTransfer; |
||
37 | } |
||
39 |
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