| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | class StripeSlackPage_Controller extends Page_Controller |
||
| 40 | { |
||
| 41 | private static $allowed_actions = [ |
||
| 42 | 'SlackSignupForm', |
||
| 43 | 'success', |
||
| 44 | 'oops' |
||
| 45 | ]; |
||
| 46 | |||
| 47 | public function SlackSignupForm() |
||
| 50 | } |
||
| 51 | |||
| 52 | public function success() |
||
| 53 | { |
||
| 54 | return $this; |
||
| 55 | } |
||
| 56 | |||
| 57 | public function oops() |
||
| 60 | } |
||
| 61 | } |
||
| 62 |
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