Conditions | 4 |
Paths | 3 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function init() |
||
21 | { |
||
22 | parent::init(); |
||
23 | $member = Member::currentUser(); |
||
24 | if ($member && $member->exists()) { |
||
25 | $config = SiteConfig::current_site_config(); |
||
26 | if ($config->LoginCallBackUrl()->URLSegment) { |
||
27 | return $this->redirect($config->LoginCallBackUrl()->URLSegment); |
||
28 | } |
||
45 |
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