| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class Checkable extends Field |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * The value that this field should contain if this checkbox is checked. |
||
| 12 | */ |
||
| 13 | protected $checkedValue = 1; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Sets the value that should be assigned as the checked value for |
||
| 17 | * this check box. |
||
| 18 | * @param string $checkedValue |
||
| 19 | * @return CheckableField |
||
|
|
|||
| 20 | */ |
||
| 21 | public function setCheckedValue($checkedValue) |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Gets and returns the checkedValue for the check box. |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public function getCheckedValue() |
||
| 34 | } |
||
| 35 | |||
| 36 | public function render() |
||
| 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