Total Complexity | 7 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
8 | class TestProviderController extends UniLoginAppController { |
||
9 | |||
10 | /** |
||
11 | * Creates the redirect url based on query-parameter of configuration. |
||
12 | * |
||
13 | * @return mixed |
||
14 | */ |
||
15 | protected function _getRedirectUrl() { |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Handles authentication requests. |
||
34 | * |
||
35 | * @return \Cake\Network\Response|null |
||
36 | */ |
||
37 | public function authenticate() { |
||
58 |
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