Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
15 | class UserProfilePageController extends PageController |
||
16 | { |
||
17 | /** |
||
18 | * @var string |
||
19 | */ |
||
20 | private static $url_segment = 'my-profile'; |
||
21 | |||
22 | /** |
||
23 | * @var array |
||
24 | */ |
||
25 | private static $allowed_actions = array('ProfileForm'); |
||
26 | |||
27 | /** |
||
28 | * @var mixed |
||
29 | */ |
||
30 | private $member = false; |
||
31 | |||
32 | 2 | public function init() |
|
37 | } |
||
38 | |||
39 | /** |
||
40 | * Returns the profile form |
||
41 | * @return \UserManagement\Forms\ProfileForm |
||
42 | */ |
||
43 | 2 | public function ProfileForm() |
|
51 |
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