1 | <?php |
||
8 | class ParagraphText extends Field { |
||
9 | |||
10 | public $value = ''; |
||
11 | 6 | ||
12 | public function getValue() |
||
16 | 8 | ||
17 | public function getButtonName() |
||
21 | 4 | ||
22 | public function renderWith() |
||
26 | 8 | ||
27 | public function setValueFromDefault() |
||
31 | 1 | ||
32 | public function setValueFromModel($model) |
||
36 | |||
37 | public function setValueFromRequest($request) |
||
41 | 1 | ||
42 | public function fillModelWithValue($model) |
||
46 | 1 | ||
47 | public function validateRequired() |
||
51 | |||
52 | } |
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..