diff --git a/code/model/SiteConfig.php b/code/model/SiteConfig.php index 48d158c2..567661e9 100644 --- a/code/model/SiteConfig.php +++ b/code/model/SiteConfig.php @@ -39,7 +39,7 @@ class SiteConfig extends DataObject implements PermissionProvider { * Get the fields that are sent to the CMS. In * your extensions: updateCMSFields($fields) * - * @return Fieldset + * @return FieldList */ function getCMSFields() { Requirements::javascript(CMS_DIR . "/javascript/SitetreeAccess.js"); diff --git a/code/reports/Report.php b/code/reports/Report.php index 42ed52f9..ed466c85 100644 --- a/code/reports/Report.php +++ b/code/reports/Report.php @@ -159,7 +159,7 @@ class SS_Report extends ViewableData { /** * Returns a FieldList with which to create the CMS editing form. - * You can use the extend() method of FieldSet to create customised forms for your other + * You can use the extend() method of FieldList to create customised forms for your other * data objects. * * @uses getReportField() to render a table, or similar field for the report. This