Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class LsfTextNote extends Block |
||
9 | |||
10 | { |
||
11 | // Interface this.... |
||
12 | protected string $type = 'input'; |
||
13 | |||
14 | /** |
||
15 | * All the Validation rules for this Input |
||
16 | * |
||
17 | * @return mixed |
||
18 | */ |
||
19 | public function errorMessages(): mixed |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Returns the Input’s response after the form has been submitted and validated |
||
26 | * |
||
27 | * @param $input |
||
28 | * @return array |
||
29 | */ |
||
30 | public function response($input): array |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * Converts a field to JSON for VueJS |
||
37 | * |
||
38 | * @return Collection |
||
|
|||
39 | */ |
||
40 | public function jsonSerialize(): mixed |
||
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