@@ -244,7 +244,7 @@ |
||
244 | 244 | } |
245 | 245 | |
246 | 246 | /** |
247 | - * @param mixed $value |
|
247 | + * @param string $value |
|
248 | 248 | * @return array |
249 | 249 | * @throws JSONTextDataException |
250 | 250 | */ |
@@ -134,7 +134,7 @@ |
||
134 | 134 | * in the relevant JSON data. Therefore we need to pre-populate each such field's |
135 | 135 | * value. |
136 | 136 | * |
137 | - * @param FieldList $fields |
|
137 | + * @param \SilverStripe\Forms\FieldList $fields |
|
138 | 138 | * @return void |
139 | 139 | */ |
140 | 140 | public function updateCMSFields(\SilverStripe\Forms\FieldList $fields) |