File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function untick()
113
113
/**
114
114
* Sets the value of the field.
115
115
*
116
- * @param string|array $value The value of the field
116
+ * @param string|array|bool $value The value of the field
117
117
*
118
118
* @throws \InvalidArgumentException When value type provided is not correct
119
119
*/
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public function upload($value)
48
48
/**
49
49
* Sets the value of the field.
50
50
*
51
- * @param string $value The value of the field
51
+ * @param string|null $value The value of the field
52
52
*/
53
53
public function setValue ($ value )
54
54
{
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public function getValue()
99
99
/**
100
100
* Sets the value of the field.
101
101
*
102
- * @param string $value The value of the field
102
+ * @param string|array|bool|null $value The value of the field
103
103
*/
104
104
public function setValue ($ value )
105
105
{
You can’t perform that action at this time.
0 commit comments