1 | <?php |
||
4 | class SalesForceExamplesSignupController extends ContentController |
||
1 ignored issue
–
show
|
|||
5 | { |
||
6 | |||
7 | /** |
||
8 | * todo: CHECK THIS IS RIGHT |
||
9 | * @var array |
||
10 | */ |
||
11 | private static $allowed_actions = array( |
||
1 ignored issue
–
show
|
|||
12 | 'Form' => true |
||
13 | ); |
||
14 | |||
15 | public function index() |
||
18 | } |
||
19 | |||
20 | public function Form() |
||
23 | } |
||
24 | |||
25 | } |
||
26 |
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