1 | <?php |
||
18 | class CheckboxList extends Multiple { |
||
19 | |||
20 | /** |
||
21 | * @inheritdoc |
||
22 | */ |
||
23 | public function handle(FormData $data) { |
||
34 | |||
35 | |||
36 | /** |
||
37 | * @param mixed $data |
||
38 | * @return $this |
||
39 | */ |
||
40 | public function setValue($data) { |
||
55 | |||
56 | |||
57 | /** |
||
58 | * @return array |
||
59 | */ |
||
60 | public function getValue() { |
||
63 | |||
64 | |||
65 | /** |
||
66 | * @param string $optionKey |
||
67 | * @return bool |
||
68 | */ |
||
69 | public function isChecked($optionKey) { |
||
72 | |||
73 | |||
74 | /** |
||
75 | * Alias of setValue |
||
76 | * |
||
77 | * @param mixed $values |
||
78 | * @return $this |
||
79 | */ |
||
80 | public function setChecked($values) { |
||
83 | |||
84 | |||
85 | /** |
||
86 | * @return string |
||
87 | */ |
||
88 | public function render() { |
||
110 | } |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..