| Total Complexity | 6 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class UserRegistrationPageController extends PageController |
||
| 15 | { |
||
| 16 | private static $url_segment = 'user-registration'; |
||
| 17 | |||
| 18 | private static $allowed_actions = array('SignUpForm'); |
||
| 19 | |||
| 20 | public function init() |
||
| 28 | } |
||
| 29 | } |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return object |
||
| 34 | */ |
||
| 35 | public function SignUpForm() |
||
| 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