Conditions | 2 |
Paths | 4 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
33 | public function authenticateSDKClient($state = null) |
||
34 | { |
||
35 | try { |
||
36 | $client = new VerifyClientController(); |
||
37 | $result = $client->verifyClient($state, Constant::APP_TYPE['sdk']); |
||
38 | return json_decode($result->getContent(), true); |
||
39 | //code... |
||
40 | } catch (Throwable $th) { |
||
41 | throw $th; |
||
42 | } |
||
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