Completed
Push — master ( e096d0...9a125e )
by Russell
01:21
created
code/ORM/FieldType/JSONText.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
     }
245 245
 
246 246
     /**
247
-     * @param  mixed $value
247
+     * @param  string $value
248 248
      * @return array
249 249
      * @throws JSONTextDataException
250 250
      */
Please login to merge, or discard this patch.
code/Extension/JSONTextExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.