| Conditions | 2 |
| Paths | 4 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | public function authenticateWebClient($state = null) |
||
| 18 | { |
||
| 19 | try { |
||
| 20 | $client = new VerifyClientController(); |
||
| 21 | $result = $client->verifyClient($state, Constant::APP_TYPE['checkout']); |
||
| 22 | return json_decode($result->getContent(), true); |
||
| 23 | //code... |
||
| 24 | } catch (Throwable $th) { |
||
| 25 | throw $th; |
||
| 26 | } |
||
| 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