Total Complexity | 6 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class BsecureSSO extends Facade |
||
13 | { |
||
14 | /* |
||
15 | * CLIENT VERIFICATION : SSO Verify Client for web |
||
16 | */ |
||
17 | public function authenticateWebClient($state = null) |
||
26 | } |
||
27 | } |
||
28 | |||
29 | |||
30 | /* |
||
31 | * CLIENT VERIFICATION : SSO Verify Client for sdk |
||
32 | */ |
||
33 | public function authenticateSDKClient($state = null) |
||
42 | } |
||
43 | } |
||
44 | |||
45 | /* |
||
46 | * Customer Verification : Get Customer Profile |
||
47 | */ |
||
48 | |||
49 | public function customerProfile($auth_code = null) |
||
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